Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDLL.cpp502 applyArm64Branch26(buf + 8, tailMerge->getRVA() - rva - 8); in writeTo()
522 applyArm64Branch26(buf + 52, helper->getRVA() - rva - 52); in writeTo()
H A DChunks.cpp307 void applyArm64Branch26(uint8_t *off, int64_t v) { in applyArm64Branch26() function
333 case IMAGE_REL_ARM64_BRANCH26: applyArm64Branch26(off, s - p); break; in applyRelARM64()
H A DChunks.h777 void applyArm64Branch26(uint8_t *off, int64_t v);