Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFAArch64.h55 static void write32AArch64Addr(void *T, uint64_t s, uint64_t p, int shift) { in write32AArch64Addr() function
271 write32AArch64Addr(Target, Value, FinalAddress, 12); in resolveRelocation()
277 write32AArch64Addr(Target, Value, FinalAddress, 0); in resolveRelocation()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DAArch64.cpp319 static void write32AArch64Addr(uint8_t *l, uint64_t imm) { in write32AArch64Addr() function
391 write32AArch64Addr(loc, val >> 12); in relocate()
395 write32AArch64Addr(loc, val); in relocate()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp41 static void write32AArch64Addr(void *L, uint64_t Imm) { in write32AArch64Addr() function
518 write32AArch64Addr(TargetPtr, Result >> 12); in resolveAArch64Relocation()