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

References

tools/lld/ELF/Relocations.cpp
  662     msg = "relocation refers to a discarded section: ";
  663     msg += CHECK(
  666     msg = "relocation refers to a symbol in a discarded section: " +
  669   msg += "\n>>> defined in " + toString(file);
  673     return msg;
  679     msg += "\n>>> section group signature: " + signature.str() +
  681   return msg;