Searched refs:applyArm64Addr (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.cpp | 240 void applyArm64Addr(uint8_t *off, uint64_t s, uint64_t p, int shift) { in applyArm64Addr() function 329 case IMAGE_REL_ARM64_PAGEBASE_REL21: applyArm64Addr(off, s, p, 12); break; in applyRelARM64() 330 case IMAGE_REL_ARM64_REL21: applyArm64Addr(off, s, p, 0); break; in applyRelARM64() 813 applyArm64Addr(buf, impSymbol->getRVA(), rva, 12); in writeTo() 854 applyArm64Addr(buf + 0, target->getRVA(), rva, 12); in writeTo()
|
H A D | DLL.cpp | 500 applyArm64Addr(buf + 0, imp->getRVA(), rva + 0, 12); in writeTo() 520 applyArm64Addr(buf + 44, desc->getRVA(), rva + 44, 12); in writeTo()
|
H A D | Chunks.h | 811 void applyArm64Addr(uint8_t *off, uint64_t s, uint64_t p, int shift);
|