Home | History | Annotate | Download | only in bfd

Lines Matching defs:group

4348   asection *group, *unwi, *unw;
4357 /* Flags for fake group section. */
4361 /* We add a fake section group for each .gnu.linkonce.t.* section,
4362 which isn't in a section group, and its unwind sections. */
4388 /* We need to create a fake group section for it and its
4390 group = bfd_make_section_anyway_with_flags (abfd, name,
4392 if (group == NULL)
4395 /* Move the fake group section to the beginning. */
4396 bfd_section_list_remove (abfd, group);
4397 bfd_section_list_prepend (abfd, group);
4399 elf_next_in_group (group) = sec;
4403 elf_sec_group (sec) = group;
4410 elf_sec_group (unwi) = group;
4426 elf_sec_group (unw) = group;
4430 elf_section_data (group)->this_hdr.bfd_section = group;
4431 elf_section_data (group)->this_hdr.sh_type = SHT_GROUP;