Searched refs:SHF_MIPS_GPREL (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetObjectFile.cpp | 50 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 D | ELF.h | 1248 SHF_MIPS_GPREL = 0x10000000, enumerator
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 751 if (osec.flags & SHF_MIPS_GPREL) in getSectionRank() 891 if (os->flags & SHF_MIPS_GPREL) { in setReservedSymbolSections()
|
H A D | SyntheticSections.cpp | 734 : SyntheticSection(SHF_ALLOC | SHF_WRITE | SHF_MIPS_GPREL, SHT_PROGBITS, 16, in MipsGotSection()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1049 _ELF_DEFINE_SHF(SHF_MIPS_GPREL, 0x10000000UL, \
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 796 BCase(SHF_MIPS_GPREL); in bitset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 8264 Section, Type, ELF::SHF_WRITE | ELF::SHF_ALLOC | ELF::SHF_MIPS_GPREL); in parseSSectionDirective()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1353 ENUM_ENT(SHF_MIPS_GPREL, ""),
|