Home
last modified time | relevance | path

Searched refs:R_ARM_ABS32 (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp64 case ELF::R_ARM_ABS32: in needsRelocateWithSymbol()
183 return ELF::R_ARM_ABS32; in GetRelocTypeInner()
/third_party/musl/arch/arm/
Dreloc.h19 #define REL_SYMBOLIC R_ARM_ABS32
/third_party/musl/porting/liteos_a/user/arch/arm/
Dreloc.h19 #define REL_SYMBOLIC R_ARM_ABS32
/third_party/elfutils/backends/
Darm_symbol.c119 case R_ARM_ABS32: in arm_reloc_simple_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp251 return Type == ELF::R_ARM_ABS32; in supportsARM()
255 if (R.getType() == ELF::R_ARM_ABS32) in resolveARM()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DARM.def9 ELF_RELOC(R_ARM_ABS32, 0x02)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def9 ELF_RELOC(R_ARM_ABS32, 0x02)
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h538 #define R_ARM_ABS32 2 macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h538 #define R_ARM_ABS32 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp516 case ELF::R_ARM_ABS32: in resolveARMRelocation()
1244 ELF::R_ARM_ABS32, Value.Addend); in processRelocationRef()
1260 RelType == ELF::R_ARM_ABS32) { in processRelocationRef()
/third_party/musl/ndk_musl_include/
Delf.h2498 #define R_ARM_ABS32 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2498 #define R_ARM_ABS32 2 macro
/third_party/musl/include/
Delf.h2502 #define R_ARM_ABS32 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2498 #define R_ARM_ABS32 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2498 #define R_ARM_ABS32 2 macro
/third_party/musl/porting/linux/user/include/
Delf.h2506 #define R_ARM_ABS32 2 macro
/third_party/elfutils/libelf/
Delf.h2931 #define R_ARM_ABS32 2 /* Direct 32 bit */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringARM32.cpp6795 Writer->writeDataSection(Vars, llvm::ELF::R_ARM_ABS32, SectionSuffix, in lowerGlobals()