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

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  999       return ELF::R_MIPS_LO16;
 1002     return ELF::R_MIPS_LO16;
 1305                              ELF::R_MIPS_LO16, Value.Addend);
 1323     } else if (RelType == ELF::R_MIPS_LO16 || RelType == ELF::R_MIPS_PCLO16) {
 1401                                ELF::R_MIPS_LO16, Value.Addend);
 1423                                ELF::R_MIPS_LO16, Value.Addend);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldELFMips.cpp
   75   case ELF::R_MIPS_LO16:
  144   case ELF::R_MIPS_LO16:
  223   case ELF::R_MIPS_LO16:
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
  144     return ELF::R_MIPS_LO16;
  155     return ELF::R_MIPS_LO16;
  311     return ELF::R_MIPS_LO16;
  350     Type = setRType3((unsigned)ELF::R_MIPS_LO16, Type);
  565   case ELF::R_MIPS_LO16:
tools/lld/ELF/Arch/Mips.cpp
  105   case R_MIPS_LO16:
  388   case R_MIPS_LO16:
  460   if (type2 == R_MIPS_SUB && (type3 == R_MIPS_HI16 || type3 == R_MIPS_LO16))
  591   case R_MIPS_LO16:
  716   return type == R_MIPS_LO16 || type == R_MIPS_GOT_OFST ||
tools/lld/ELF/InputSection.cpp
  699     if (type == R_MIPS_LO16 || type == R_MICROMIPS_LO16)
tools/lld/ELF/Relocations.cpp
  301     return R_MIPS_LO16;
  311     return isLocal ? R_MIPS_LO16 : R_MIPS_NONE;
tools/lld/ELF/Thunks.cpp
  650   target->relocateOne(buf + 8, R_MIPS_LO16, s);