Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp296 return ELF::R_MIPS_GPREL16; in getRelocType()
328 return setRTypes(ELF::R_MIPS_GPREL16, ELF::R_MIPS_SUB, ELF::R_MIPS_HI16); in getRelocType()
333 return setRTypes(ELF::R_MIPS_GPREL16, ELF::R_MIPS_SUB, ELF::R_MIPS_LO16); in getRelocType()
564 case ELF::R_MIPS_GPREL16: in needsRelocateWithSymbol()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp135 case ELF::R_MIPS_GPREL16: { in evaluateMIPS64Relocation()
221 case ELF::R_MIPS_GPREL16: in applyMIPSRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def13 ELF_RELOC(R_MIPS_GPREL16, 7)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp104 case R_MIPS_GPREL16: in getRelExpr()
406 case R_MIPS_GPREL16: in getImplicitAddend()
625 case R_MIPS_GPREL16: in relocate()
/freebsd/sys/sys/
H A Delf_common.h1216 #define R_MIPS_GPREL16 7 /* GP relative 16 bit */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1882 _ELF_DEFINE_RELOC(R_MIPS_GPREL16, 7) \