/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/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/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/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-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()
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 419 ELF-MIPS: Type: R_MIPS_32 (2) 471 ELF-MIPS64EL: Type: R_MIPS_32/R_MIPS_32/R_MIPS_32 (131586)
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 515 case ELF::R_MIPS_32: in resolveMIPSRelocation() 651 case ELF::R_MIPS_32: in evaluateMIPS64Relocation() 738 case ELF::R_MIPS_32: in applyMIPS64Relocation() 1455 if (RelType == ELF::R_MIPS_32) in processRelocationRef()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 606 R_MIPS_32 = 2, enumerator
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 855 R_MIPS_32 = 2 variable in Relocs_Elf_Mips
|
/external/elfutils/libelf/ |
D | elf.h | 1606 #define R_MIPS_32 2 /* Direct 32 bit */ macro
|
/external/kmod/port-gnu/ |
D | elf.h | 1605 #define R_MIPS_32 2 /* Direct 32 bit */ macro
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 5751 Writer->writeDataSection(Vars, llvm::ELF::R_MIPS_32, SectionSuffix, IsPIC); in lowerGlobals()
|
/external/valgrind/perf/ |
D | tinycc.c | 1264 #define R_MIPS_32 2 /* Direct 32 bit */ macro
|