Home
last modified time | relevance | path

Searched refs:R_AARCH64_ABS64 (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/arch/aarch64/
Dreloc.h13 #define REL_SYMBOLIC R_AARCH64_ABS64
/third_party/elfutils/backends/
Daarch64_symbol.c50 case R_AARCH64_ABS64: in aarch64_reloc_simple_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRelocationResolver.cpp64 case ELF::R_AARCH64_ABS64: in supportsAArch64()
75 case ELF::R_AARCH64_ABS64: in resolveAArch64()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DAArch64.def10 ELF_RELOC(R_AARCH64_ABS64, 0x101)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DAArch64.def10 ELF_RELOC(R_AARCH64_ABS64, 0x101)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64ELFObjectWriter.cpp204 return ELF::R_AARCH64_ABS64; in getRelocType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp399 case ELF::R_AARCH64_ABS64: in resolveAArch64Relocation()
1211 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef()
1216 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef()
/third_party/libabigail/
Dconfigure.ac806 AC_CHECK_DECL([R_AARCH64_ABS64],
814 [Defined to 1 if elf.h has R_AARCH64_ABS64 macro defined])
DChangeLog13361 R_AARCH64_ABS64 are not defined.
/third_party/musl/porting/linux/user/include/
Delf.h2378 #define R_AARCH64_ABS64 257 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2370 #define R_AARCH64_ABS64 257 macro
/third_party/musl/include/
Delf.h2388 #define R_AARCH64_ABS64 257 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2370 #define R_AARCH64_ABS64 257 macro
/third_party/elfio/elfio/
Delf_types.hpp834 constexpr unsigned R_AARCH64_ABS64 = 257; variable
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2370 #define R_AARCH64_ABS64 257 macro
/third_party/elfutils/libelf/
Delf.h2791 #define R_AARCH64_ABS64 257 /* Direct 64 bit. */ macro