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

References

lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  375     return ELF::R_MICROMIPS_26_S1;
  638   case ELF::R_MICROMIPS_26_S1:
tools/lld/ELF/Arch/Mips.cpp
  100   case R_MICROMIPS_26_S1:
  355       type != R_MICROMIPS_26_S1 && type != R_MICROMIPS_PC26_S1)
  417   case R_MICROMIPS_26_S1:
  473   return type == R_MICROMIPS_26_S1 || type == R_MICROMIPS_PC16_S1 ||
  499   case R_MICROMIPS_26_S1: {
  677   case R_MICROMIPS_26_S1:
tools/lld/ELF/Thunks.cpp
  672   target->relocateOne(buf + 4, R_MICROMIPS_26_S1, s);