Home | History | Annotate | Download | only in bfd

Lines Matching refs:group_sec

3485 	      asection *group_sec = elf_section_data (fun->sec)->next_in_group;
3486 if (group_sec == NULL)
3489 while (group_sec != NULL && group_sec != fun->sec)
3491 if (strcmp (group_sec->name, name) == 0)
3493 rodata = group_sec;
3496 group_sec = elf_section_data (group_sec)->next_in_group;