Searched refs:applyArm64Imm (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Chunks.cpp | 255 void applyArm64Imm(uint8_t *off, uint64_t imm, uint32_t rangeLimit) { in applyArm64Imm() function 279 applyArm64Imm(off, imm >> size, size); in applyArm64Ldr() 285 applyArm64Imm(off, (s - os->getRVA()) & 0xfff, 0); in applySecRelLow12A() 298 applyArm64Imm(off, secRel & 0xfff, 0); in applySecRelHigh12A() 331 case IMAGE_REL_ARM64_PAGEOFFSET_12A: applyArm64Imm(off, s & 0xfff, 0); break; in applyRelARM64() 855 applyArm64Imm(buf + 4, target->getRVA() & 0xfff, 0); in writeTo()
|
H A D | DLL.cpp | 501 applyArm64Imm(buf + 4, imp->getRVA() & 0xfff, 0); in writeTo() 521 applyArm64Imm(buf + 48, desc->getRVA() & 0xfff, 0); in writeTo()
|
H A D | Chunks.h | 812 void applyArm64Imm(uint8_t *off, uint64_t imm, uint32_t rangeLimit);
|