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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  995   case ELF::R_MICROMIPS_HI16:
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  145   if (Type == ELF::R_MICROMIPS_HI16)
  343     Type = setRType3((unsigned)ELF::R_MICROMIPS_HI16, Type);
  377     return ELF::R_MICROMIPS_HI16;
  564   case ELF::R_MICROMIPS_HI16:
tools/lld/ELF/Arch/Mips.cpp
  108   case R_MICROMIPS_HI16:
  396   case R_MICROMIPS_HI16:
  625   case R_MICROMIPS_HI16:
tools/lld/ELF/InputSection.cpp
  701     if (type == R_MICROMIPS_LO16 || type == R_MICROMIPS_HI16)
tools/lld/ELF/Relocations.cpp
  316   case R_MICROMIPS_HI16:
tools/lld/ELF/Thunks.cpp
  671   target->relocateOne(buf, R_MICROMIPS_HI16, s);
  695   target->relocateOne(buf, R_MICROMIPS_HI16, s);