Searched refs:SHF_X86_64_LARGE (Results 1 – 10 of 10) sorted by relevance
125 if (Flags & ELF::SHF_X86_64_LARGE) in printSwitchToSection()
30 sections have a "large" section flag, e.g. ``SHF_X86_64_LARGE`` for x86-64. The
91 NewFlags |= ELF::SHF_X86_64_LARGE; in getNewShfFlags()106 ~(EMachine == EM_X86_64 ? (uint64_t)ELF::SHF_X86_64_LARGE : 0UL); in getSectionFlagsPreserveMask()
681 if (osec.flags & SHF_X86_64_LARGE && config->emachine == EM_X86_64) in getSectionRank()720 if (osec.flags & SHF_X86_64_LARGE && config->emachine == EM_X86_64) { in getSectionRank()834 return config->emachine == EM_X86_64 && osec->flags & SHF_X86_64_LARGE; in setReservedSymbolSections()
111 (rel.sym->getOutputSection()->flags & SHF_X86_64_LARGE)) { in reportRangeError()
346 flags |= ELF::SHF_X86_64_LARGE; in parseSectionFlags()
1228 SHF_X86_64_LARGE = 0x10000000, enumerator
780 Flags |= ELF::SHF_X86_64_LARGE; in getGlobalObjectInfo()
802 BCase(SHF_X86_64_LARGE); in bitset()
1360 ENUM_ENT(SHF_X86_64_LARGE, "l")