reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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; 299 case IMAGE_REL_ARM64_BRANCH26: applyArm64Branch26(off, s - p); break; 300 case IMAGE_REL_ARM64_BRANCH19: applyArm64Branch19(off, s - p); break; 301 case IMAGE_REL_ARM64_BRANCH14: applyArm64Branch14(off, s - p); break; 310 case IMAGE_REL_ARM64_REL32: add32(off, s - p - 4); break;