Home
last modified time | relevance | path

Searched refs:R_MIPS_32 (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/test/MC/Mips/
Dreloc-directive.s20 .reloc 8, R_MIPS_32, foo+8 # ASM: .reloc 8, R_MIPS_32, foo+8
33 # OBJ-O32: 0x8 R_MIPS_32 .text 0x0
Dmicromips-func-addr.s5 # CHECK: 0x0 R_MIPS_32 bar 0x0
6 # CHECK: 0x4 R_MIPS_32 L1 0x0
Dmips-pdr.s37 # OBJOUT-NEXT: 0x0 R_MIPS_32 .text 0x0
38 # OBJOUT-NEXT: 0x20 R_MIPS_32 _global_foo 0x0
Dreloc-directive-negative.s5 .reloc -1, R_MIPS_32, .text # CHECK: :[[@LINE]]:9: error: expression is negative
Dreloc-directive-bad.s5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
Dmips-data-directives.s27 # CHECK-OBJ: 0xE R_MIPS_32 .data 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips-func-addr.s5 # CHECK: 0x0 R_MIPS_32 bar 0x0
6 # CHECK: 0x4 R_MIPS_32 L1 0x0
Dmips-pdr.s37 # OBJOUT-NEXT: 0x0 R_MIPS_32 .text 0x0
38 # OBJOUT-NEXT: 0x20 R_MIPS_32 _global_foo 0x0
Dreloc-directive.s20 .reloc 8, R_MIPS_32, foo+8 # ASM: .reloc 8, R_MIPS_32, foo+8
96 # OBJ-O32-NEXT: 0x8 R_MIPS_32 .text 0x0
141 # OBJ-N32-NEXT: 0x8 R_MIPS_32 .text 0x8
185 # OBJ-N64-NEXT: 0x8 R_MIPS_32/R_MIPS_NONE/R_MIPS_NONE .text 0x8
Dreloc-directive-negative.s5 .reloc -1, R_MIPS_32, .text # CHECK: :[[@LINE]]:9: error: expression is negative
Dreloc-directive-bad.s5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
Dmips-data-directives.s27 # CHECK-OBJ: 0xE R_MIPS_32 .data 0x0
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32_PIC_relocations.s10 # rtdyld-check: *{4}R_MIPS_32 = foo[31:0]
11 R_MIPS_32: label
13 # rtdyld-check: *{4}(R_MIPS_32+4) = foo[31:0]
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
DELF_O32_PIC_relocations.s11 # rtdyld-check: *{4}R_MIPS_32 = foo[31:0]
12 R_MIPS_32: label
14 # rtdyld-check: *{4}(R_MIPS_32+4) = foo[31:0]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Ddyn-rel-relocation.test20 // .word v2+4 # R_MIPS_32 target v2 addend 4
21 // .word v1 # R_MIPS_32 target v1 addend 0
/external/llvm/test/Object/
Ddyn-rel-relocation.test20 // .word v2+4 # R_MIPS_32 target v2 addend 4
21 // .word v1 # R_MIPS_32 target v1 addend 0
/external/u-boot/arch/mips/include/asm/
Drelocs.h12 #define R_MIPS_32 2 macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp69 case ELF::R_MIPS_32: in evaluateMIPS32Relocation()
131 case ELF::R_MIPS_32: in evaluateMIPS64Relocation()
254 case ELF::R_MIPS_32: in applyMIPSRelocation()
/external/u-boot/arch/mips/lib/
Dreloc.c79 case R_MIPS_32: in apply_reloc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DRelocVisitor.h171 case ELF::R_MIPS_32: in visitMips64()
269 if (Rel == ELF::R_MIPS_32) in visitMips32()
/external/llvm/include/llvm/Object/
DRelocVisitor.h101 case llvm::ELF::R_MIPS_32: in visitELF()
188 case llvm::ELF::R_MIPS_32: in visitELF()
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsELFObjectWriter.cpp230 return IsPCRel ? ELF::R_MIPS_PC32 : ELF::R_MIPS_32; in getRelocType()
522 case ELF::R_MIPS_32: in needsRelocateWithSymbol()

12