Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp313 uint32_t *TargetPtr = reinterpret_cast<uint32_t *>(Section.Address + Offset); in resolveAArch64Relocation() local
328 uint64_t *TargetPtr = in resolveAArch64Relocation() local
330 *TargetPtr = Value + Addend; in resolveAArch64Relocation()
337 *TargetPtr = static_cast<uint32_t>(Result & 0xffffffffU); in resolveAArch64Relocation()
352 *TargetPtr &= 0xfc000000U; in resolveAArch64Relocation()
354 *TargetPtr |= static_cast<uint32_t>(BranchImm & 0xffffffcU) >> 2; in resolveAArch64Relocation()
362 *TargetPtr &= 0xffe0001fU; in resolveAArch64Relocation()
364 *TargetPtr |= Result >> (48 - 5); in resolveAArch64Relocation()
366 assert((*TargetPtr >> 21 & 0x3) == 3 && "invalid shift for relocation"); in resolveAArch64Relocation()
374 *TargetPtr &= 0xffe0001fU; in resolveAArch64Relocation()
[all …]