Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp151 case ELF::R_MIPS_GOT_DISP: in evaluateMIPS64Relocation()
230 case ELF::R_MIPS_GOT_DISP: in applyMIPSRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def25 ELF_RELOC(R_MIPS_GOT_DISP, 19)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def25 ELF_RELOC(R_MIPS_GOT_DISP, 19)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp331 return ELF::R_MIPS_GOT_DISP; in getRelocType()
599 case ELF::R_MIPS_GOT_DISP: in needsRelocateWithSymbol()
/third_party/musl/ndk_musl_include/
Delf.h1538 #define R_MIPS_GOT_DISP 19 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1538 #define R_MIPS_GOT_DISP 19 macro
/third_party/musl/include/
Delf.h1542 #define R_MIPS_GOT_DISP 19 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1538 #define R_MIPS_GOT_DISP 19 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1538 #define R_MIPS_GOT_DISP 19 macro
/third_party/musl/porting/linux/user/include/
Delf.h1546 #define R_MIPS_GOT_DISP 19 macro
/third_party/elfutils/libelf/
Delf.h1897 #define R_MIPS_GOT_DISP 19 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1362 || r_type == ELF::R_MIPS_GOT_DISP) { in processRelocationRef()