reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/COFF/Chunks.h
  675 void applyArm64Branch26(uint8_t *off, int64_t v);

References

tools/lld/COFF/Chunks.cpp
  299   case IMAGE_REL_ARM64_BRANCH26:       applyArm64Branch26(off, s - p); break;
tools/lld/COFF/DLL.cpp
  416     applyArm64Branch26(buf + 8, tailMerge->getRVA() - rva - 8);
  433     applyArm64Branch26(buf + 52, helper->getRVA() - rva - 52);