Home
last modified time | relevance | path

Searched refs:SHF_LINK_ORDER (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libelf/
Delf-knowledge.h78 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \
87 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
Delf.h355 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */ macro
/external/elfutils/libasm/
Dasm_newscn.c71 if (flags & SHF_LINK_ORDER) in text_newscn()
161 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
/external/elfutils/src/
Delflint.c2025 if ((shdr->sh_flags & ~(SHF_LINK_ORDER | SHF_GROUP)) in check_sections()
2033 & ~SHF_LINK_ORDER, in check_sections()
2040 || ((shdr->sh_flags & ~(SHF_LINK_ORDER | SHF_GROUP in check_sections()
2052 & ~(SHF_LINK_ORDER in check_sections()
2132 | SHF_STRINGS | SHF_INFO_LINK | SHF_LINK_ORDER \ in check_sections()
Dreadelf.c732 if (shdr->sh_flags & SHF_LINK_ORDER) in print_shdr()