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

References

tools/lld/ELF/Arch/Mips.cpp
   98     return R_MIPS_GOTREL;
tools/lld/ELF/InputSection.cpp
  469           target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) {
  686   case R_MIPS_GOTREL:
tools/lld/ELF/Relocations.cpp
  354   return oneof<R_PC, R_GOTREL, R_GOTPLTREL, R_MIPS_GOTREL, R_PPC64_CALL,
  372             R_MIPS_GOT_LOCAL_PAGE, R_MIPS_GOTREL, R_MIPS_GOT_OFF,
  597   if (expr == R_MIPS_GOTREL && isLocal)