Searched refs:R_ARM_ABS32 (Results 1 - 14 of 14) sorted by relevance

/external/llvm/test/MC/ARM/
H A Darm-elf-symver.s27 @ CHECK-NEXT: 0x0 R_ARM_ABS32 .text 0x0
28 @ CHECK-NEXT: 0x4 R_ARM_ABS32 bar2@zed 0x0
29 @ CHECK-NEXT: 0x8 R_ARM_ABS32 .text 0x0
30 @ CHECK-NEXT: 0xC R_ARM_ABS32 .text 0x0
31 @ CHECK-NEXT: 0x10 R_ARM_ABS32 bar6@zed 0x0
H A Delf-thumbfunc-reloc.s33 @CHECK-NEXT: 0x0 R_ARM_ABS32 f 0x0
H A Dsymbol-variants.s10 @CHECK: 0 R_ARM_ABS32 f00
11 @CHECK: 4 R_ARM_ABS32 f01
/external/elfutils/backends/
H A Darm_symbol.c115 case R_ARM_ABS32:
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp62 case ELF::R_ARM_ABS32:
195 Type = ELF::R_ARM_ABS32;
/external/llvm/include/llvm/Object/
H A DRelocVisitor.h174 case llvm::ELF::R_ARM_ABS32:
/external/swiftshader/third_party/LLVM/lib/MC/
H A DELFObjectWriter.cpp1342 case ELF::R_ARM_ABS32:
1343 // But things get strange with R_ARM_ABS32
1368 case ELF::R_ARM_ABS32: EmitThisSym = false; break;
1483 Type = ELF::R_ARM_ABS32;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h471 R_ARM_ABS32 = 0x02, enumerator in enum:llvm::ELF::__anon19689
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp468 case ELF::R_ARM_ABS32:
1355 ELF::R_ARM_ABS32, Value.Addend);
1371 RelType == ELF::R_ARM_ABS32) {
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py721 R_ARM_ABS32 = 0x02 variable in class:Relocs_Elf_ARM
/external/elfutils/libelf/
H A Delf.h2636 #define R_ARM_ABS32 2 /* Direct 32 bit */ macro
/external/kmod/port-gnu/
H A Delf.h2635 #define R_ARM_ABS32 2 /* Direct 32 bit */ macro
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp6998 Writer->writeDataSection(Vars, llvm::ELF::R_ARM_ABS32, SectionSuffix,
/external/valgrind/perf/
H A Dtinycc.c1643 #define R_ARM_ABS32 2 /* Direct 32 bit */ macro
18653 case R_ARM_ABS32:

Completed in 559 milliseconds