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

References

lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  355     Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type);
  355     Type = setRType((unsigned)ELF::R_MICROMIPS_GPREL16, Type);
  356     Type = setRType2((unsigned)ELF::R_MICROMIPS_SUB, Type);
  356     Type = setRType2((unsigned)ELF::R_MICROMIPS_SUB, Type);
  357     Type = setRType3((unsigned)ELF::R_MICROMIPS_LO16, Type);
  357     Type = setRType3((unsigned)ELF::R_MICROMIPS_LO16, Type);
  358     return Type;