Lines Matching refs:toString
86 Msg += toString(Sym.File); in getLocation()
425 error("relocation " + toString(Type) + " cannot refer to absolute symbol: " + in isStaticLinkTimeConstant()
426 toString(Sym) + getLocation(S, Sym, RelOff)); in isStaticLinkTimeConstant()
568 fatal("cannot create a copy relocation for symbol " + toString(SS)); in addCopyRelSymbol()
620 warn("can't find matching " + toString(PairTy) + " relocation for " + in computeMipsAddend()
621 toString(Type)); in computeMipsAddend()
663 "undefined symbol: " + toString(Sym) + "\n>>> referenced by "; in maybeReportUndefined()
896 "can't create dynamic relocation " + toString(Type) + " against " + in processRelocAux()
897 (Sym.getName().empty() ? "local symbol" : "symbol: " + toString(Sym)) + in processRelocAux()
906 errorOrWarn("relocation " + toString(Type) + in processRelocAux()
907 " cannot be used against symbol " + toString(Sym) + in processRelocAux()
917 error("cannot preempt symbol: " + toString(Sym) + in processRelocAux()
926 error("unresolvable relocation " + toString(Type) + in processRelocAux()
927 " against symbol '" + toString(*SS) + in processRelocAux()
965 errorOrWarn("symbol '" + toString(Sym) + in processRelocAux()
977 errorOrWarn("symbol '" + toString(Sym) + "' has no type" + in processRelocAux()