Searched refs:SHF_GROUP (Results 1 – 9 of 9) sorted by relevance
59 shdr->sh_flags |= SHF_GROUP;
79 | SHF_OS_NONCONFORMING | SHF_GROUP)) \
358 #define SHF_GROUP (1 << 9) /* Section is member of a group. */ macro
69 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0) in check_section()
1778 if ((refshdr->sh_flags & SHF_GROUP) == 0) in check_group()2025 if ((shdr->sh_flags & ~(SHF_LINK_ORDER | SHF_GROUP)) in check_sections()2040 || ((shdr->sh_flags & ~(SHF_LINK_ORDER | SHF_GROUP in check_sections()2053 | SHF_GROUP), in check_sections()2133 | SHF_OS_NONCONFORMING | SHF_GROUP | SHF_TLS) in check_sections()2171 if (shdr->sh_flags & SHF_GROUP) in check_sections()
626 if ((shdr_info[cnt].shdr.sh_flags & SHF_GROUP) != 0) in handle_elf()634 shdr_info[cnt].shdr.sh_flags &= ~SHF_GROUP; in handle_elf()
897 if (unlikely (shdr->sh_flags & SHF_GROUP) && ld_state.gc_sections) in mark_section_used()937 if ((shdr->sh_flags & SHF_GROUP) && grpscn == NULL) in add_section()961 if (unlikely (shdr->sh_flags & SHF_GROUP)) in add_section()2970 && unlikely (head->flags & SHF_GROUP)) in ld_generic_create_sections()
736 if (shdr->sh_flags & SHF_GROUP) in print_shdr()
2134 "section [%2d] '%s': section with SHF_GROUP flag set not part of a section "2619 "SHF_GROUP flag set\n"