Searched refs:SHF_LINK_ORDER (Results 1 – 5 of 5) sorted by relevance
78 & (SHF_WRITE | SHF_ALLOC | SHF_EXECINSTR | SHF_LINK_ORDER \87 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
355 #define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */ macro
71 if (flags & SHF_LINK_ORDER) in text_newscn()161 | SHF_STRINGS | SHF_LINK_ORDER)) != 0)
2025 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()
732 if (shdr->sh_flags & SHF_LINK_ORDER) in print_shdr()