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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  534   case ELF::R_ARM_JUMP24:
 1224       RelType == ELF::R_ARM_JUMP24) {
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  115       return ELF::R_ARM_JUMP24;
  209     return ELF::R_ARM_JUMP24;
tools/lld/ELF/ARMErrataFix.cpp
  188   target->relocateOne(buf, isARM ? R_ARM_JUMP24 : R_ARM_THM_JUMP24, s - p);
  440       patchRelType = R_ARM_JUMP24;
tools/lld/ELF/Arch/ARM.cpp
   89   case R_ARM_JUMP24:
  276   case R_ARM_JUMP24:
  342   case R_ARM_JUMP24:
  421   case R_ARM_JUMP24:
  542   case R_ARM_JUMP24:
tools/lld/ELF/InputSection.cpp
  505   case R_ARM_JUMP24:
tools/lld/ELF/Thunks.cpp
  419   target->relocateOne(buf, R_ARM_JUMP24, offset);
  463   return rel.type != R_ARM_JUMP24 && rel.type != R_ARM_PC24 && rel.type != R_ARM_PLT32;
  819   case R_ARM_JUMP24:
  875   case R_ARM_JUMP24: