Home
last modified time | relevance | path

Searched refs:SHF_GROUP (Results 1 – 9 of 9) sorted by relevance

/external/elfutils/libasm/
Dasm_newscn_ingrp.c59 shdr->sh_flags |= SHF_GROUP;
/external/elfutils/libelf/
Delf-knowledge.h79 | SHF_OS_NONCONFORMING | SHF_GROUP)) \
Delf.h358 #define SHF_GROUP (1 << 9) /* Section is member of a group. */ macro
/external/elfutils/libdw/
Ddwarf_begin_elf.c69 if (! inscngrp && (shdr->sh_flags & SHF_GROUP) != 0) in check_section()
/external/elfutils/src/
Delflint.c1778 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()
Dstrip.c626 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()
Dldgeneric.c897 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()
Dreadelf.c736 if (shdr->sh_flags & SHF_GROUP) in print_shdr()
/external/elfutils/po/
Delfutils.pot2134 "section [%2d] '%s': section with SHF_GROUP flag set not part of a section "
2619 "SHF_GROUP flag set\n"