|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lld/COFF/Chunks.h 673 void applyArm64Addr(uint8_t *off, uint64_t s, uint64_t p, int shift);
References
tools/lld/COFF/Chunks.cpp 295 case IMAGE_REL_ARM64_PAGEBASE_REL21: applyArm64Addr(off, s, p, 12); break;
296 case IMAGE_REL_ARM64_REL21: applyArm64Addr(off, s, p, 0); break;
698 applyArm64Addr(buf, impSymbol->getRVA(), rva, 12);
737 applyArm64Addr(buf + 0, target->getRVA(), rva, 12);
tools/lld/COFF/DLL.cpp 414 applyArm64Addr(buf + 0, imp->getRVA(), rva + 0, 12);
431 applyArm64Addr(buf + 44, desc->getRVA(), rva + 44, 12);