Lines Matching refs:toString

79     return msg + toString(sym.file);  in getDefinedLocation()
104 hint = "; references " + lld::toString(*rel.sym) + in reportRangeError()
111 errorOrWarn(errPlace.loc + "relocation " + lld::toString(rel.type) + in reportRangeError()
121 hint = "; references " + lld::toString(sym) + getDefinedLocation(sym); in reportRangeError()
460 error("relocation " + toString(type) + " cannot refer to absolute symbol: " + in isStaticLinkTimeConstant()
461 toString(sym) + getLocation(s, sym, relOff)); in isStaticLinkTimeConstant()
605 fatal("cannot create a copy relocation for symbol " + toString(ss)); in addCopyRelSymbol()
663 warn("can't find matching " + toString(pairTy) + " relocation for " + in computeMipsAddend()
664 toString(type)); in computeMipsAddend()
710 toString(sym); in maybeReportDiscarded()
712 msg += "\n>>> defined in " + toString(file); in maybeReportDiscarded()
723 "\n>>> prevailing definition is in " + toString(prevailing); in maybeReportDiscarded()
894 msg = "undefined " + visibility() + "symbol: " + toString(sym); in reportUndefinedSymbol()
920 msg += "\n>>> did you mean" + pre_hint + toString(*corrected) + post_hint; in reportUndefinedSymbol()
922 msg += "\n>>> defined in: " + toString(corrected->file); in reportUndefinedSymbol()
1213 errorOrWarn("cannot preempt symbol: " + toString(sym) + in processRelocAux()
1222 error("unresolvable relocation " + toString(type) + in processRelocAux()
1223 " against symbol '" + toString(*ss) + in processRelocAux()
1261 errorOrWarn("symbol '" + toString(sym) + in processRelocAux()
1286 "can't create dynamic relocation " + toString(type) + " against " + in processRelocAux()
1288 : "symbol: " + toString(sym)) + in processRelocAux()
1294 "relocation " + toString(type) + " cannot be used against " + in processRelocAux()
1295 (sym.getName().empty() ? "local symbol" : "symbol " + toString(sym)) + in processRelocAux()
1300 errorOrWarn("symbol '" + toString(sym) + "' has no type" + in processRelocAux()
1415 errorOrWarn("relocation " + toString(type) + " against " + toString(sym) + in scanReloc()
1580 warn(toString(sec.file) + in checkPPC64TLSRelax()