Home
last modified time | relevance | path

Searched refs:R_MIPS_PC19_S2 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32R6_relocations.s24 # Test R_MIPS_PC19_S2 relocation.
25 # rtdyld-check: decode_operand(R_MIPS_PC19_S2, 1)[20:0] = (foo - R_MIPS_PC19_S2)[20:0]
26 R_MIPS_PC19_S2: label
DELF_N64R6_relocations.s29 # Test R_MIPS_PC19_S2 relocation.
30 # rtdyld-check: decode_operand(R_MIPS_PC19_S2, 1)[20:0] = (foo - R_MIPS_PC19_S2)[20:0]
31 R_MIPS_PC19_S2: label
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s47 # CHECK-ELF: 0x0 R_MIPS_PC19_S2 bar 0x0
56 # CHECK-ELF: 0x24 R_MIPS_PC19_S2 bar 0x0
57 # CHECK-ELF: 0x28 R_MIPS_PC19_S2 bar 0x0
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s51 # CHECK-ELF: 0x0 R_MIPS_PC19_S2/R_MIPS_NONE/R_MIPS_NONE bar 0x0
61 # CHECK-ELF: 0x28 R_MIPS_PC19_S2/R_MIPS_NONE/R_MIPS_NONE bar 0x0
62 # CHECK-ELF: 0x2C R_MIPS_PC19_S2/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def61 ELF_RELOC(R_MIPS_PC19_S2, 63)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp93 return ELF::R_MIPS_PC19_S2; in GetRelocType()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp546 case ELF::R_MIPS_PC19_S2: { in resolveMIPSRelocation()
706 case ELF::R_MIPS_PC19_S2: { in evaluateMIPS64Relocation()
772 case ELF::R_MIPS_PC19_S2: in applyMIPS64Relocation()
1414 else if (RelType == ELF::R_MIPS_PC19_S2) in processRelocationRef()