Searched refs:R_AARCH64_ABS64 (Results 1 – 18 of 18) sorted by relevance
48 case R_AARCH64_ABS64: in aarch64_reloc_simple_type()
8 ; and R_AARCH64_ABS64 is used for program addresses.
9 ELF_RELOC(R_AARCH64_ABS64, 0x101)
116 return ELF::R_AARCH64_ABS64; in getRelocType()
151 case ELF::R_AARCH64_ABS64: in visitAarch64()
10 ELF_RELOC(R_AARCH64_ABS64, 0x101)
92 case llvm::ELF::R_AARCH64_ABS64: in visitELF()
199 return ELF::R_AARCH64_ABS64; in getRelocType()
396 case ELF::R_AARCH64_ABS64: in resolveAArch64Relocation()1201 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef()1206 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef()
595 R_AARCH64_ABS64 = 0x101 variable in Relocs_Elf_AArch64
154 ELF-AARCH64: Type: R_AARCH64_ABS64 (257)
2507 #define R_AARCH64_ABS64 257 /* Direct 64 bit. */ macro
2727 #define R_AARCH64_ABS64 257 /* Direct 64 bit. */ macro
324 case ELF::R_AARCH64_ABS64: { in resolveAArch64Relocation()