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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
  139   case ELF::R_MIPS_SUB:
  259   case ELF::R_MIPS_SUB:
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  335     Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type);
  349     Type = setRType2((unsigned)ELF::R_MIPS_SUB, Type);
  365     return ELF::R_MIPS_SUB;
  589   case ELF::R_MIPS_SUB:
tools/lld/ELF/Arch/Mips.cpp
  122   case R_MIPS_SUB:
  460   if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16))