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

References

lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  117       return ELF::R_ARM_THM_JUMP19;
tools/lld/ELF/ARMErrataFix.cpp
  159     offset = target->getImplicitAddend(buf, R_ARM_THM_JUMP19);
  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 ||
  457       type = R_ARM_THM_JUMP19;
tools/lld/ELF/Arch/ARM.cpp
   93   case R_ARM_THM_JUMP19:
  286   case R_ARM_THM_JUMP19:
  347   case R_ARM_THM_JUMP19:
  431   case R_ARM_THM_JUMP19:
  548   case R_ARM_THM_JUMP19: {
tools/lld/ELF/InputSection.cpp
  509   case R_ARM_THM_JUMP19:
tools/lld/ELF/Thunks.cpp
  425   return rel.type != R_ARM_THM_JUMP19 && rel.type != R_ARM_THM_JUMP24;
  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;
  837   case R_ARM_THM_JUMP19:
  880   case R_ARM_THM_JUMP19: