Home
last modified time | relevance | path

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

/external/llvm/test/MC/Mips/
Dmicromips-func-addr.s5 # CHECK: 0x0 R_MIPS_32 bar 0x0
6 # CHECK: 0x4 R_MIPS_32 L1 0x0
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
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/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/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/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/external/llvm/include/llvm/Support/ELFRelocs/
DMips.def8 ELF_RELOC(R_MIPS_32, 2)
/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/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()
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test419 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/
DRuntimeDyldELF.cpp515 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/
DELF.h606 R_MIPS_32 = 2, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py855 R_MIPS_32 = 2 variable in Relocs_Elf_Mips
/external/kmod/port-gnu/
Delf.h1605 #define R_MIPS_32 2 /* Direct 32 bit */ macro
/external/elfutils/libelf/
Delf.h1606 #define R_MIPS_32 2 /* Direct 32 bit */ macro
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5751 Writer->writeDataSection(Vars, llvm::ELF::R_MIPS_32, SectionSuffix, IsPIC); in lowerGlobals()
/external/valgrind/perf/
Dtinycc.c1264 #define R_MIPS_32 2 /* Direct 32 bit */ macro