Home
last modified time | relevance | path

Searched refs:SHF_HEX_GPREL (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp119 ELF::SHF_HEX_GPREL); in Initialize()
123 ELF::SHF_HEX_GPREL); in Initialize()
376 ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_HEX_GPREL); in selectSmallSectionForGlobal()
392 ELF::SHF_HEX_GPREL); in selectSmallSectionForGlobal()
420 ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_HEX_GPREL); in selectSmallSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp122 if (Flags & ELF::SHF_HEX_GPREL) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp338 flags |= ELF::SHF_HEX_GPREL; in parseSectionFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1232 SHF_HEX_GPREL = 0x10000000, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp789 BCase(SHF_HEX_GPREL); in bitset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1345 ENUM_ENT(SHF_HEX_GPREL, "")