Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp81 case ELF::R_MIPS_PC16: { in evaluateMIPS32Relocation()
177 case ELF::R_MIPS_PC16: { in evaluateMIPS64Relocation()
226 case ELF::R_MIPS_PC16: in applyMIPSRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp233 return IsPCRel ? ELF::R_MIPS_PC16 : ELF::R_MIPS_16; in getRelocType()
247 return ELF::R_MIPS_PC16; in getRelocType()
588 case ELF::R_MIPS_PC16: in needsRelocateWithSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def16 ELF_RELOC(R_MIPS_PC16, 10)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def16 ELF_RELOC(R_MIPS_PC16, 10)
/third_party/musl/porting/linux/user/include/
Delf.h1539 #define R_MIPS_PC16 10 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1531 #define R_MIPS_PC16 10 macro
/third_party/musl/include/
Delf.h1549 #define R_MIPS_PC16 10 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1531 #define R_MIPS_PC16 10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1531 #define R_MIPS_PC16 10 macro
/third_party/elfutils/libelf/
Delf.h1890 #define R_MIPS_PC16 10 /* PC relative 16 bit */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1348 else if (RelType == ELF::R_MIPS_PC16) in processRelocationRef()