Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp173 case ELF::R_MIPS_GPREL32: { in evaluateMIPS64Relocation()
254 case ELF::R_MIPS_GPREL32: in applyMIPSRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def18 ELF_RELOC(R_MIPS_GPREL32, 12)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp105 case R_MIPS_GPREL32: in getRelExpr()
387 case R_MIPS_GPREL32: in getImplicitAddend()
590 case R_MIPS_GPREL32: in relocate()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp292 return setRTypes(ELF::R_MIPS_GPREL32, in getRelocType()
558 case ELF::R_MIPS_GPREL32: in needsRelocateWithSymbol()
/freebsd/sys/sys/
H A Delf_common.h1222 #define R_MIPS_GPREL32 12 /* GP relative 32 bit */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1887 _ELF_DEFINE_RELOC(R_MIPS_GPREL32, 12) \