Home
last modified time | relevance | path

Searched refs:R_MIPS_PC32 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32_PIC_relocations.s15 # rtdyld-check: *{4}(R_MIPS_PC32) = (foo - R_MIPS_PC32)[31:0]
16 R_MIPS_PC32: label
18 # rtdyld-check: *{4}(R_MIPS_PC32 + 4) = (foo - tmp1)[31:0]
DELF_Mips64r2N64_PIC_relocations.s10 # Test R_MIPS_PC32 relocation.
11 # rtdyld-check: *{4}(R_MIPS_PC32) = (foo - R_MIPS_PC32)[31:0]
12 R_MIPS_PC32: label
14 # rtdyld-check: *{4}(R_MIPS_PC32 + 4) = (foo - tmp1)[31:0]
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def116 ELF_RELOC(R_MIPS_PC32, 248)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def116 ELF_RELOC(R_MIPS_PC32, 248)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp230 return IsPCRel ? ELF::R_MIPS_PC32 : ELF::R_MIPS_32; in getRelocType()
582 case ELF::R_MIPS_PC32: in needsRelocateWithSymbol()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp534 case ELF::R_MIPS_PC32: { in resolveMIPSRelocation()
698 case ELF::R_MIPS_PC32: { in evaluateMIPS64Relocation()
740 case ELF::R_MIPS_PC32: in applyMIPS64Relocation()