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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  522   case ELF::R_ARM_MOVT_ABS:
  525     else if (Type == ELF::R_ARM_MOVT_ABS)
 1262       } else if (RelType == ELF::R_ARM_MOVW_ABS_NC || RelType == ELF::R_ARM_MOVT_ABS) {
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  215       return ELF::R_ARM_MOVT_ABS;
tools/lld/ELF/Arch/ARM.cpp
  487   case R_ARM_MOVT_ABS:
  583   case R_ARM_MOVT_ABS:
tools/lld/ELF/Thunks.cpp
  475   target->relocateOne(buf + 4, R_ARM_MOVT_ABS, s);