Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp150 case ELF::R_MIPS_CALL16: in evaluateMIPS64Relocation()
229 case ELF::R_MIPS_CALL16: in applyMIPSRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def17 ELF_RELOC(R_MIPS_CALL16, 11)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def17 ELF_RELOC(R_MIPS_CALL16, 11)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp305 return ELF::R_MIPS_CALL16; in getRelocType()
596 case ELF::R_MIPS_CALL16: in needsRelocateWithSymbol()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h663 #define R_MIPS_CALL16 11 /* 16 bit GOT entry for function */ macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h663 #define R_MIPS_CALL16 11 /* 16 bit GOT entry for function */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1532 #define R_MIPS_CALL16 11 macro
/third_party/musl/porting/linux/user/include/
Delf.h1537 #define R_MIPS_CALL16 11 macro
/third_party/musl/ndk_musl_include/
Delf.h1532 #define R_MIPS_CALL16 11 macro
/third_party/musl/include/
Delf.h1532 #define R_MIPS_CALL16 11 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1532 #define R_MIPS_CALL16 11 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1532 #define R_MIPS_CALL16 11 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1361 if (r_type == ELF::R_MIPS_CALL16 || r_type == ELF::R_MIPS_GOT_PAGE in processRelocationRef()