Home
last modified time | relevance | path

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

/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32_PIC_relocations.s42 # rtdyld-check: decode_operand(R_MIPS_PC16, 1)[17:0] = (foo - R_MIPS_PC16)[17:0]
43 R_MIPS_PC16: label
DELF_Mips64r2N64_PIC_relocations.s53 # Test R_MIPS_PC16 relocation.
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s48 # CHECK-ELF: 0x4 R_MIPS_PC16 bar 0x0
49 # CHECK-ELF: 0x8 R_MIPS_PC16 bar 0x0
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s52 # CHECK-ELF: 0x4 R_MIPS_PC16/R_MIPS_NONE/R_MIPS_NONE bar 0xFFFFFFFFFFFFFFFC
53 # CHECK-ELF: 0x8 R_MIPS_PC16/R_MIPS_NONE/R_MIPS_NONE bar 0xFFFFFFFFFFFFFFFC
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp227 return IsPCRel ? ELF::R_MIPS_PC16 : ELF::R_MIPS_16; in getRelocType()
237 return ELF::R_MIPS_PC16; in getRelocType()
530 case ELF::R_MIPS_PC16: in needsRelocateWithSymbol()
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def16 ELF_RELOC(R_MIPS_PC16, 10)
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test427 ELF-MIPS: Type: R_MIPS_PC16 (10)
479 ELF-MIPS64EL: Type: R_MIPS_PC16/R_MIPS_PC16/R_MIPS_PC16 (657930)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp539 case ELF::R_MIPS_PC16: { in resolveMIPSRelocation()
694 case ELF::R_MIPS_PC16: { in evaluateMIPS64Relocation()
760 case ELF::R_MIPS_PC16: in applyMIPS64Relocation()
1457 else if (RelType == ELF::R_MIPS_PC16) in processRelocationRef()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h614 R_MIPS_PC16 = 10, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py863 R_MIPS_PC16 = 10 variable in Relocs_Elf_Mips
/external/elfutils/libelf/
Delf.h1614 #define R_MIPS_PC16 10 /* PC relative 16 bit */ macro
/external/kmod/port-gnu/
Delf.h1613 #define R_MIPS_PC16 10 /* PC relative 16 bit */ macro
/external/valgrind/perf/
Dtinycc.c1272 #define R_MIPS_PC16 10 /* PC relative 16 bit */ macro