Home
last modified time | relevance | path

Searched refs:SHF_MIPS_GPREL (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetObjectFile.cpp50 ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_MIPS_GPREL); in Initialize()
54 ELF::SHF_MIPS_GPREL); in Initialize()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1248 SHF_MIPS_GPREL = 0x10000000, enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp751 if (osec.flags & SHF_MIPS_GPREL) in getSectionRank()
891 if (os->flags & SHF_MIPS_GPREL) { in setReservedSymbolSections()
H A DSyntheticSections.cpp734 : SyntheticSection(SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL, SHT_PROGBITS, 16, in MipsGotSection()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1049 _ELF_DEFINE_SHF(SHF_MIPS_GPREL, 0x10000000UL, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp796 BCase(SHF_MIPS_GPREL); in bitset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp8264 Section, Type, ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_MIPS_GPREL); in parseSSectionDirective()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1353 ENUM_ENT(SHF_MIPS_GPREL, ""),