Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldELFMips.cpp169 case ELF::R_MIPS_GOT_OFST: { in evaluateMIPS64Relocation()
232 case ELF::R_MIPS_GOT_OFST: in applyMIPSRelocation()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDMips.def27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDMips.cpp131 case R_MIPS_GOT_OFST: in getRelExpr()
633 case R_MIPS_GOT_OFST: in relocate()
759 return type == R_MIPS_LO16 || type == R_MIPS_GOT_OFST || in usesOnlyLowPageBits()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp324 return ELF::R_MIPS_GOT_OFST; in getRelocType()
554 case ELF::R_MIPS_GOT_OFST: in needsRelocateWithSymbol()
/freebsd-14-stable/sys/sys/
HDelf_common.h1206 #define R_MIPS_GOT_OFST 21 macro
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1893 _ELF_DEFINE_RELOC(R_MIPS_GOT_OFST, 21) \