Home
last modified time | relevance | path

Searched refs:R_ARM_GOTOFF32 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/MC/ARM/
Dsymbol-variants.s36 @CHECK: 20 R_ARM_GOTOFF32 f08
37 @CHECK: 24 R_ARM_GOTOFF32 f09
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dsymbol-variants.s36 @CHECK: 20 R_ARM_GOTOFF32 f08
37 @CHECK: 24 R_ARM_GOTOFF32 f09
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp175 return ELF::R_ARM_GOTOFF32; in GetRelocTypeInner()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp198 Type = ELF::R_ARM_GOTOFF32; in GetRelocTypeInner()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DARM.def31 ELF_RELOC(R_ARM_GOTOFF32, 0x18)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def31 ELF_RELOC(R_ARM_GOTOFF32, 0x18)
/external/llvm/include/llvm/Support/ELFRelocs/
DARM.def31 ELF_RELOC(R_ARM_GOTOFF32, 0x18)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h493 R_ARM_GOTOFF32 = 0x18, enumerator
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py743 R_ARM_GOTOFF32 = 0x18 variable in Relocs_Elf_ARM
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py831 R_ARM_GOTOFF32 = 0x18 variable in Relocs_Elf_ARM
/external/llvm/test/tools/llvm-readobj/
Dreloc-types.test301 ELF-ARM: Type: R_ARM_GOTOFF32 (24)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dreloc-types.test301 ELF-ARM: Type: R_ARM_GOTOFF32 (24)
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp1486 Type = ELF::R_ARM_GOTOFF32; in GetRelocTypeInner()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp902 constexpr auto GotFixup = R_ARM_GOTOFF32; in createGotoffRelocation()