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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  521   case ELF::R_ARM_MOVW_ABS_NC:
  523     if (Type == ELF::R_ARM_MOVW_ABS_NC)
 1262       } else if (RelType == ELF::R_ARM_MOVW_ABS_NC || RelType == ELF::R_ARM_MOVT_ABS) {
lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp
  224       return ELF::R_ARM_MOVW_ABS_NC;
tools/lld/ELF/Arch/ARM.cpp
  482   case R_ARM_MOVW_ABS_NC:
  582   case R_ARM_MOVW_ABS_NC:
tools/lld/ELF/Thunks.cpp
  474   target->relocateOne(buf, R_ARM_MOVW_ABS_NC, s);