/external/llvm/test/MC/ARM/ |
D | arm-elf-symver.s | 27 @ 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
|
D | symbol-variants.s | 10 @CHECK: 0 R_ARM_ABS32 f00 11 @CHECK: 4 R_ARM_ABS32 f01
|
D | elf-thumbfunc-reloc.s | 33 @CHECK-NEXT: 0x0 R_ARM_ABS32 f 0x0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | arm-elf-symver.s | 27 @ 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
|
D | symbol-variants.s | 10 @CHECK: 0 R_ARM_ABS32 f00 11 @CHECK: 4 R_ARM_ABS32 f01
|
D | elf-thumbfunc-reloc.s | 33 @CHECK-NEXT: 0x0 R_ARM_ABS32 f 0x0
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 62 case ELF::R_ARM_ABS32: in needsRelocateWithSymbol() 173 return ELF::R_ARM_ABS32; in GetRelocTypeInner()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFObjectWriter.cpp | 62 case ELF::R_ARM_ABS32: in needsRelocateWithSymbol() 195 Type = ELF::R_ARM_ABS32; in GetRelocTypeInner()
|
/external/elfutils/backends/ |
D | arm_symbol.c | 117 case R_ARM_ABS32: in arm_reloc_simple_type()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | ARM.def | 9 ELF_RELOC(R_ARM_ABS32, 0x02)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | ARM.def | 9 ELF_RELOC(R_ARM_ABS32, 0x02)
|
/external/llvm/include/llvm/Support/ELFRelocs/ |
D | ARM.def | 9 ELF_RELOC(R_ARM_ABS32, 0x02)
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 251 if (Rel == ELF::R_ARM_ABS32) { in visitARM()
|
/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 174 case llvm::ELF::R_ARM_ABS32: in visitELF()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | ELFObjectWriter.cpp | 1342 case ELF::R_ARM_ABS32: in ExplicitRelSym() 1368 case ELF::R_ARM_ABS32: EmitThisSym = false; break; in ExplicitRelSym() 1483 Type = ELF::R_ARM_ABS32; in GetRelocTypeInner()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | ELF.h | 471 R_ARM_ABS32 = 0x02, enumerator
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 468 case ELF::R_ARM_ABS32: in resolveARMRelocation() 1355 ELF::R_ARM_ABS32, Value.Addend); in processRelocationRef() 1371 RelType == ELF::R_ARM_ABS32) { in processRelocationRef()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 513 case ELF::R_ARM_ABS32: in resolveARMRelocation() 1234 ELF::R_ARM_ABS32, Value.Addend); in processRelocationRef() 1250 RelType == ELF::R_ARM_ABS32) { in processRelocationRef()
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 721 R_ARM_ABS32 = 0x02 variable in Relocs_Elf_ARM
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 809 R_ARM_ABS32 = 0x02 variable in Relocs_Elf_ARM
|
/external/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 279 ELF-ARM: Type: R_ARM_ABS32 (2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | reloc-types.test | 279 ELF-ARM: Type: R_ARM_ABS32 (2)
|
/external/kmod/port-gnu/ |
D | elf.h | 2635 #define R_ARM_ABS32 2 /* Direct 32 bit */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 2855 #define R_ARM_ABS32 2 /* Direct 32 bit */ macro
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 7230 Writer->writeDataSection(Vars, llvm::ELF::R_ARM_ABS32, SectionSuffix, in lowerGlobals()
|