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

References

lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  119       return ELF::R_ARM_THM_JUMP24;
tools/lld/ELF/ARMErrataFix.cpp
  161     offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP24);
  188   target->relocateOne(buf, isARM ? R_ARM_JUMP24 : R_ARM_THM_JUMP24, s - p);
  225       isBcc(instr) ? R_ARM_THM_JUMP19 : R_ARM_THM_JUMP24, isec->getVA(off),
  274                (r.type == R_ARM_THM_JUMP19 || r.type == R_ARM_THM_JUMP24 ||
  425     RelType patchRelType = R_ARM_THM_JUMP24;
  459       type = R_ARM_THM_JUMP24;
tools/lld/ELF/Arch/ARM.cpp
   94   case R_ARM_THM_JUMP24:
  287   case R_ARM_THM_JUMP24:
  351   case R_ARM_THM_JUMP24:
  469   case R_ARM_THM_JUMP24:
  569   case R_ARM_THM_JUMP24: {
tools/lld/ELF/InputSection.cpp
  510   case R_ARM_THM_JUMP24:
tools/lld/ELF/Thunks.cpp
  425   return rel.type != R_ARM_THM_JUMP19 && rel.type != R_ARM_THM_JUMP24;
  457   target->relocateOne(buf, R_ARM_THM_JUMP24, offset);
  563   return rel.type != R_ARM_THM_JUMP19 && rel.type != R_ARM_THM_JUMP24;
  589   return rel.type != R_ARM_THM_JUMP19 && rel.type != R_ARM_THM_JUMP24;
  838   case R_ARM_THM_JUMP24:
  881   case R_ARM_THM_JUMP24: