Home
last modified time | relevance | path

Searched refs:SHF_X86_64_LARGE (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp125 if (Flags & ELF::SHF_X86_64_LARGE) in printSwitchToSection()
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlarge_sections.rst30 sections have a "large" section flag, e.g. ``SHF_X86_64_LARGE`` for x86-64. The
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp91 NewFlags |= ELF::SHF_X86_64_LARGE; in getNewShfFlags()
106 ~(EMachine == EM_X86_64 ? (uint64_t)ELF::SHF_X86_64_LARGE : 0UL); in getSectionFlagsPreserveMask()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp681 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()
H A DRelocations.cpp111 (rel.sym->getOutputSection()->flags & SHF_X86_64_LARGE)) { in reportRangeError()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp346 flags |= ELF::SHF_X86_64_LARGE; in parseSectionFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1228 SHF_X86_64_LARGE = 0x10000000, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp780 Flags |= ELF::SHF_X86_64_LARGE; in getGlobalObjectInfo()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp802 BCase(SHF_X86_64_LARGE); in bitset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1360 ENUM_ENT(SHF_X86_64_LARGE, "l")