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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  993       return ELF::R_MICROMIPS_LO16;
  996     return ELF::R_MICROMIPS_LO16;
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  146     return ELF::R_MICROMIPS_LO16;
  157     return ELF::R_MICROMIPS_LO16;
  357     Type = setRType3((unsigned)ELF::R_MICROMIPS_LO16, Type);
  379     return ELF::R_MICROMIPS_LO16;
  567   case ELF::R_MICROMIPS_LO16:
tools/lld/ELF/Arch/Mips.cpp
  109   case R_MICROMIPS_LO16:
  399   case R_MICROMIPS_LO16:
  605   case R_MICROMIPS_LO16:
  717          type == R_MICROMIPS_LO16;
tools/lld/ELF/InputSection.cpp
  699     if (type == R_MIPS_LO16 || type == R_MICROMIPS_LO16)
  701     if (type == R_MICROMIPS_LO16 || type == R_MICROMIPS_HI16)
tools/lld/ELF/Relocations.cpp
  313     return isLocal ? R_MICROMIPS_LO16 : R_MIPS_NONE;
  317     return R_MICROMIPS_LO16;
tools/lld/ELF/Thunks.cpp
  673   target->relocateOne(buf + 8, R_MICROMIPS_LO16, s);
  696   target->relocateOne(buf + 4, R_MICROMIPS_LO16, s);