Lines Matching defs:group
4855 asection *group, *unwi, *unw;
4864 /* Flags for fake group section. */
4868 /* We add a fake section group for each .gnu.linkonce.t.* section,
4869 which isn't in a section group, and its unwind sections. */
4895 /* We need to create a fake group section for it and its
4897 group = bfd_make_section_anyway_with_flags (abfd, name,
4899 if (group == NULL)
4902 /* Move the fake group section to the beginning. */
4903 bfd_section_list_remove (abfd, group);
4904 bfd_section_list_prepend (abfd, group);
4906 elf_next_in_group (group) = sec;
4910 elf_sec_group (sec) = group;
4917 elf_sec_group (unwi) = group;
4933 elf_sec_group (unw) = group;
4937 elf_section_data (group)->this_hdr.bfd_section = group;
4938 elf_section_data (group)->this_hdr.sh_type = SHT_GROUP;