Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp169 case ELF::R_MIPS_GOT_OFST: { in evaluateMIPS64Relocation()
232 case ELF::R_MIPS_GOT_OFST: in applyMIPSRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def27 ELF_RELOC(R_MIPS_GOT_OFST, 21)
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.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/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp324 return ELF::R_MIPS_GOT_OFST; in getRelocType()
554 case ELF::R_MIPS_GOT_OFST: in needsRelocateWithSymbol()
/freebsd/sys/sys/
H A Delf_common.h1226 #define R_MIPS_GOT_OFST 21 macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1893 _ELF_DEFINE_RELOC(R_MIPS_GOT_OFST, 21) \