Lines Matching refs:toString

79     return msg + toString(sym.file);  in getDefinedLocation()
105 hint = "; references '" + lld::toString(*rel.sym) + '\''; in reportRangeError()
125 errorOrWarn(errPlace.loc + "relocation " + lld::toString(rel.type) + in reportRangeError()
136 "; references '" + lld::toString(sym) + '\'' + getDefinedLocation(sym); in reportRangeError()
378 fatal("cannot create a copy relocation for symbol " + toString(ss)); in addCopyRelSymbol()
513 warn("can't find matching " + toString(pairTy) + " relocation for " + in computeMipsAddend()
514 toString(type)); in computeMipsAddend()
534 toString(sym); in maybeReportDiscarded()
536 msg += "\n>>> defined in " + toString(file); in maybeReportDiscarded()
547 "\n>>> prevailing definition is in " + toString(prevailing); in maybeReportDiscarded()
743 msg = "undefined " + visibility() + "symbol: " + toString(sym); in reportUndefinedSymbol()
772 msg += "\n>>> did you mean" + pre_hint + toString(*corrected) + post_hint; in reportUndefinedSymbol()
774 msg += "\n>>> defined in: " + toString(corrected->file); in reportUndefinedSymbol()
1033 error("relocation " + toString(type) + " cannot refer to absolute symbol: " + in isStaticLinkTimeConstant()
1034 toString(sym) + getLocation(*sec, sym, relOff)); in isStaticLinkTimeConstant()
1176 errorOrWarn("cannot preempt symbol: " + toString(sym) + in processAux()
1185 error("unresolvable relocation " + toString(type) + in processAux()
1186 " against symbol '" + toString(*ss) + in processAux()
1224 errorOrWarn("symbol '" + toString(sym) + in processAux()
1233 errorOrWarn("relocation " + toString(type) + " cannot be used against " + in processAux()
1235 : "symbol '" + toString(sym) + "'") + in processAux()
1273 errorOrWarn("relocation " + toString(type) + " against " + toString(sym) + in handleTlsRelocation()
1528 warn(toString(sec.file) + in checkPPC64TLSRelax()