Home
last modified time | relevance | path

Searched refs:R_MIPS_GOT_DISP (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp151 case ELF::R_MIPS_GOT_DISP: in evaluateMIPS64Relocation()
230 case ELF::R_MIPS_GOT_DISP: in applyMIPSRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def25 ELF_RELOC(R_MIPS_GOT_DISP, 19)
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp326 return ELF::R_MIPS_GOT_DISP; in getRelocType()
576 case ELF::R_MIPS_GOT_DISP: in needsRelocateWithSymbol()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp169 case R_MIPS_GOT_DISP: in getRelExpr()
623 case R_MIPS_GOT_DISP: in relocate()
/freebsd/sys/sys/
H A Delf_common.h1223 #define R_MIPS_GOT_DISP 19 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1891 _ELF_DEFINE_RELOC(R_MIPS_GOT_DISP, 19) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1478 || r_type == ELF::R_MIPS_GOT_DISP) { in processRelocationRef()