Home
last modified time | relevance | path

Searched refs:R_MIPS_LO16 (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/MC/Mips/
Dsort-relocation-table.s90 # R_MIPS_HI16's match the same R_MIPS_LO16.
98 # CHECK-NEXT: 0x8 R_MIPS_LO16 sym1
101 # CHECK-NEXT: 0xC R_MIPS_LO16 sym1
104 # HILO 6: R_MIPS_HI16 must be followed by a matching R_MIPS_LO16.
124 # R_MIPS_HI16's therefore match different R_MIPS_LO16's.
143 # CHECK-NEXT: 0x0 R_MIPS_LO16 sym1
146 # HILO 8b: Another example of 8. The R_MIPS_LO16 at 0x4 is orphaned.
154 # CHECK-NEXT: 0x0 R_MIPS_LO16 sym1
155 # CHECK-NEXT: 0x4 R_MIPS_LO16 sym1
158 # HILO 9: R_MIPS_HI16's don't need a matching R_MIPS_LO16 to immediately follow
[all …]
Dcpsetup.s38 # N32-NEXT: R_MIPS_LO16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
39 # N64-NEXT: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_LO16 __cerror
66 # N32-NEXT: R_MIPS_LO16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
67 # N64-NEXT: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_LO16 __cerror
Dgot-rel-expr.s14 # CHECK: 00000004: R_MIPS_LO16 .data
Dcpload.s22 # OBJ-O32: R_MIPS_LO16 _gp_disp
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp137 return ELF::R_MIPS_LO16; in getMatchingLoType()
147 return ELF::R_MIPS_LO16; in getMatchingLoType()
293 return ELF::R_MIPS_LO16; in getRelocType()
325 Type = setRType3((unsigned)ELF::R_MIPS_LO16, Type); in getRelocType()
511 case ELF::R_MIPS_LO16: in needsRelocateWithSymbol()
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32_PIC_relocations.s51 # rtdyld-check: decode_operand(R_MIPS_LO16, 1)[15:0] = foo[15:0]
52 R_MIPS_LO16: label
/external/llvm/test/Object/
Dobjdump-relocations.test54 ELF-MIPSEL: R_MIPS_LO16 _gp_disp
56 ELF-MIPSEL: R_MIPS_LO16 $.str
Dobj2yaml.test216 ELF-MIPSEL-NEXT: Type: R_MIPS_LO16
222 ELF-MIPSEL-NEXT: Type: R_MIPS_LO16
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def12 ELF_RELOC(R_MIPS_LO16, 6)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp529 case ELF::R_MIPS_LO16: in resolveMIPSRelocation()
665 case ELF::R_MIPS_LO16: in evaluateMIPS64Relocation()
757 case ELF::R_MIPS_LO16: in applyMIPS64Relocation()
1178 return ELF::R_MIPS_LO16; in getMatchingLoRelocation()
1181 return ELF::R_MIPS_LO16; in getMatchingLoRelocation()
1413 ELF::R_MIPS_LO16, Value.Addend); in processRelocationRef()
1432 } else if (RelType == ELF::R_MIPS_LO16 || RelType == ELF::R_MIPS_PCLO16) { in processRelocationRef()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test423 ELF-MIPS: Type: R_MIPS_LO16 (6)
475 ELF-MIPS64EL: Type: R_MIPS_LO16/R_MIPS_LO16/R_MIPS_LO16 (394758)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h610 R_MIPS_LO16 = 6, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py859 R_MIPS_LO16 = 6 variable in Relocs_Elf_Mips
/external/elfutils/libelf/
Delf.h1610 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
/external/kmod/port-gnu/
Delf.h1609 #define R_MIPS_LO16 6 /* Low 16 bit */ macro
/external/valgrind/perf/
Dtinycc.c1268 #define R_MIPS_LO16 6 /* Low 16 bit */ macro