Home
last modified time | relevance | path

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

/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32R6_relocations.s44 # Test R_MIPS_PCLO16 relocation.
45 # rtdyld-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
46 R_MIPS_PCLO16: label
DELF_N64R6_relocations.s49 # Test R_MIPS_PCLO16 relocation.
50 # rtdyld-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
51 R_MIPS_PCLO16: label
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def63 ELF_RELOC(R_MIPS_PCLO16, 65)
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s55 # CHECK-ELF: 0x20 R_MIPS_PCLO16 bar 0x0
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s59 # CHECK-ELF: 0x20 R_MIPS_PCLO16/R_MIPS_NONE/R_MIPS_NONE bar 0x0
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp574 case ELF::R_MIPS_PCLO16: { in resolveMIPSRelocation()
722 case ELF::R_MIPS_PCLO16: { in evaluateMIPS64Relocation()
759 case ELF::R_MIPS_PCLO16: in applyMIPS64Relocation()
1159 return ELF::R_MIPS_PCLO16; in getMatchingLoRelocation()
1387 } else if (RelType == ELF::R_MIPS_LO16 || RelType == ELF::R_MIPS_PCLO16) { in processRelocationRef()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp103 return ELF::R_MIPS_PCLO16; in GetRelocType()