Searched refs:R_MIPS_32 (Results 1 – 25 of 36) sorted by relevance
12
/external/llvm/test/MC/Mips/ |
D | reloc-directive.s | 20 .reloc 8, R_MIPS_32, foo+8 # ASM: .reloc 8, R_MIPS_32, foo+8 33 # OBJ-O32: 0x8 R_MIPS_32 .text 0x0
|
D | micromips-func-addr.s | 5 # CHECK: 0x0 R_MIPS_32 bar 0x0 6 # CHECK: 0x4 R_MIPS_32 L1 0x0
|
D | mips-pdr.s | 37 # OBJOUT-NEXT: 0x0 R_MIPS_32 .text 0x0 38 # OBJOUT-NEXT: 0x20 R_MIPS_32 _global_foo 0x0
|
D | reloc-directive-negative.s | 5 .reloc -1, R_MIPS_32, .text # CHECK: :[[@LINE]]:9: error: expression is negative
|
D | reloc-directive-bad.s | 5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
|
D | mips-data-directives.s | 27 # CHECK-OBJ: 0xE R_MIPS_32 .data 0x0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | micromips-func-addr.s | 5 # CHECK: 0x0 R_MIPS_32 bar 0x0 6 # CHECK: 0x4 R_MIPS_32 L1 0x0
|
D | mips-pdr.s | 37 # OBJOUT-NEXT: 0x0 R_MIPS_32 .text 0x0 38 # OBJOUT-NEXT: 0x20 R_MIPS_32 _global_foo 0x0
|
D | reloc-directive.s | 20 .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
|
D | reloc-directive-negative.s | 5 .reloc -1, R_MIPS_32, .text # CHECK: :[[@LINE]]:9: error: expression is negative
|
D | reloc-directive-bad.s | 5 .reloc 0, R_MIPS_32, .text+.text # CHECK: :[[@LINE]]:23: error: expression must be relocatable
|
D | mips-data-directives.s | 27 # CHECK-OBJ: 0xE R_MIPS_32 .data 0x0
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_O32_PIC_relocations.s | 10 # 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/ |
D | ELF_O32_PIC_relocations.s | 11 # 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/ |
D | dyn-rel-relocation.test | 20 // .word v2+4 # R_MIPS_32 target v2 addend 4 21 // .word v1 # R_MIPS_32 target v1 addend 0
|
/external/llvm/test/Object/ |
D | dyn-rel-relocation.test | 20 // .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/ |
D | relocs.h | 12 #define R_MIPS_32 2 macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 69 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/ |
D | reloc.c | 79 case R_MIPS_32: in apply_reloc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 171 case ELF::R_MIPS_32: in visitMips64() 269 if (Rel == ELF::R_MIPS_32) in visitMips32()
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 101 case llvm::ELF::R_MIPS_32: in visitELF() 188 case llvm::ELF::R_MIPS_32: in visitELF()
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 8 ELF_RELOC(R_MIPS_32, 2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 8 ELF_RELOC(R_MIPS_32, 2)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 8 ELF_RELOC(R_MIPS_32, 2)
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 230 return IsPCRel ? ELF::R_MIPS_PC32 : ELF::R_MIPS_32; in getRelocType() 522 case ELF::R_MIPS_32: in needsRelocateWithSymbol()
|
12