Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Drelocs.h12 #define R_MIPS_32 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp105 case ELF::R_MIPS_32: in supportsMips64()
117 case ELF::R_MIPS_32: in resolveMips64()
293 case ELF::R_MIPS_32: in supportsMips32()
304 if (Rel == ELF::R_MIPS_32) in resolveMips32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
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()
/third_party/uboot/u-boot-2020.01/arch/mips/lib/
Dreloc.c80 case R_MIPS_32: in apply_reloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp236 return IsPCRel ? ELF::R_MIPS_PC32 : ELF::R_MIPS_32; in getRelocType()
580 case ELF::R_MIPS_32: in needsRelocateWithSymbol()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h654 #define R_MIPS_32 2 /* Direct 32 bit */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h654 #define R_MIPS_32 2 /* Direct 32 bit */ macro
/third_party/musl/include/
Delf.h1523 #define R_MIPS_32 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1523 #define R_MIPS_32 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1346 if (RelType == ELF::R_MIPS_32) in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5672 Writer->writeDataSection(Vars, llvm::ELF::R_MIPS_32, SectionSuffix, IsPIC); in lowerGlobals()