reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
413 case ELF::R_AARCH64_JUMP26: { 1206 if (RelType == ELF::R_AARCH64_CALL26 || RelType == ELF::R_AARCH64_JUMP26) {lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp
167 return R_CLS(JUMP26);
tools/lld/ELF/AArch64ErrataFix.cpp420 target->relocateOne(buf + 4, R_AARCH64_JUMP26, s - p); 552 (relIt->type == R_AARCH64_JUMP26 || relIt->expr == R_RELAX_TLS_IE_TO_LE)) 562 return Relocation{R_PC, R_AARCH64_JUMP26, offset, 0, patchSym};tools/lld/ELF/Arch/AArch64.cpp
122 case R_AARCH64_JUMP26: 237 if (type != R_AARCH64_CALL26 && type != R_AARCH64_JUMP26) 251 if (type != R_AARCH64_CALL26 && type != R_AARCH64_JUMP26) 337 case R_AARCH64_JUMP26:tools/lld/ELF/InputSection.cpp
536 case R_AARCH64_JUMP26:
tools/lld/ELF/Thunks.cpp 803 if (type != R_AARCH64_CALL26 && type != R_AARCH64_JUMP26)