Searched refs:SHF_LINK_ORDER (Results 1 – 19 of 19) sorted by relevance
103 if (Flags & ELF::SHF_LINK_ORDER) in PrintSwitchToSection()174 if (Flags & ELF::SHF_LINK_ORDER) { in PrintSwitchToSection()
880 unsigned Flags = ELF::SHF_LINK_ORDER; in getStackSizesSection()
1026 if (Section.getFlags() & ELF::SHF_LINK_ORDER) { in writeSection()
303 flags |= ELF::SHF_LINK_ORDER; in parseSectionFlags()570 if (Flags & ELF::SHF_LINK_ORDER) in ParseSectionArguments()
241 #define SHF_LINK_ORDER 0x80 /* Special ordering requirements. */ macro
497 #define SHF_LINK_ORDER 0x80 macro
734 SHF_LINK_ORDER = 0x80U, enumerator
906 SHF_LINK_ORDER = 0x80U, enumerator
598 Flags |= ELF::SHF_LINK_ORDER; in getExplicitSectionGlobal()702 Flags |= ELF::SHF_LINK_ORDER; in SelectSectionForGlobal()
1232 ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER, in SwitchToExIdxSection()
3167 auto Flags = ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_LINK_ORDER; in emitXRayTable()3247 Flags |= ELF::SHF_LINK_ORDER; in emitPatchableFunctionEntries()
414 #define SHF_LINK_ORDER (1 << 7) macro
415 #define SHF_LINK_ORDER (1 << 7) macro
525 BCase(SHF_LINK_ORDER); in bitset()