Home
last modified time | relevance | path

Searched refs:R_MIPS_32 (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp68 case ELF::R_MIPS_32: in evaluateMIPS32Relocation()
130 case ELF::R_MIPS_32: in evaluateMIPS64Relocation()
253 case ELF::R_MIPS_32: in applyMIPSRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp131 case ELF::R_MIPS_32: in supportsMips64()
144 case ELF::R_MIPS_32: in resolveMips64()
395 case ELF::R_MIPS_32: in supportsMips32()
406 if (Type == ELF::R_MIPS_32) in resolveMips32()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp65 symbolicRel = R_MIPS_32; in MIPS()
129 case R_MIPS_32: in getRelExpr()
385 case R_MIPS_32: in getImplicitAddend()
589 case R_MIPS_32: in relocate()
/freebsd/lib/libkldelf/
H A Def_mips.c100 case R_MIPS_32: /* S + A */ in ef_mips_reloc()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c51 return (is64 ? R_MIPS_64 : R_MIPS_32); in _dwarf_get_reloc_type()
107 if (rel_type == R_MIPS_32) in _dwarf_get_reloc_size()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp238 return IsPCRel ? ELF::R_MIPS_PC32 : ELF::R_MIPS_32; in getRelocType()
557 case ELF::R_MIPS_32: in needsRelocateWithSymbol()
H A DMipsAsmBackend.cpp308 .Case("BFD_RELOC_32", ELF::R_MIPS_32) in getFixupKind()
/freebsd/sys/sys/
H A Delf_common.h1212 #define R_MIPS_32 2 /* Direct 32 bit */ macro
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1877 _ELF_DEFINE_RELOC(R_MIPS_32, 2) \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1462 if (RelType == ELF::R_MIPS_32) in processRelocationRef()