Searched refs:SHF_GROUP (Results 1 – 11 of 11) sorted by relevance
446 { SHF_GROUP, ALL, MSG_SHF_GROUP_CF }, in conv_sec_flags_strings()462 { SHF_GROUP, ALL, MSG_SHF_GROUP_NF }, in conv_sec_flags_strings()
230 @ MSG_SHF_GROUP_CF "SHF_GROUP" # 0x200
248 if ((isp->is_shdr->sh_flags & SHF_GROUP) && in add_comdat()700 if ((shflags & SHF_GROUP) || (shdr->sh_type == SHT_GROUP)) { in ld_place_section()
332 osp->os_shdr->sh_flags &= ~(ALL_SHF_ORDER|SHF_GROUP); in create_outsec()
2516 if (risp->is_shdr->sh_flags & SHF_GROUP) { in make_reloc()2517 rosp->os_shdr->sh_flags |= SHF_GROUP; in make_reloc()3510 if ((isp->is_shdr->sh_flags & SHF_GROUP) && in ld_comdat_validate()
1807 ((isp->is_shdr->sh_flags & SHF_GROUP) != in sloppy_comdat_reloc()1808 (rep_isp->is_shdr->sh_flags & SHF_GROUP))) { in sloppy_comdat_reloc()
466 @ MSG_ELF_NOGROUPSECT "file %s: section [%u]%s: SHF_GROUP flag set, but no \
479 #define SHF_GROUP 0x200 macro
645 if (shdr->sh_flags & SHF_GROUP) in traverse_file()655 if ((shdr->sh_flags & SHF_GROUP) && in traverse_file()
91 #define ALL_SHF_IGNORE (ALL_SHF_ORDER | SHF_GROUP | SHF_MERGE | SHF_STRINGS)
1647 3616 SHF_GROUP sections should not be discarded via other COMDAT mechanisms