Searched refs:errorOrWarn (Results 1 – 18 of 18) sorted by relevance
694 errorOrWarn( in relaxGot()770 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToLe()826 errorOrWarn("R_PPC64_TLSLD has unexpected byte alignment"); in relaxTlsLdToLe()956 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()976 errorOrWarn("unrecognized instruction for IE to LE R_PPC64_TLS"); in relaxTlsIeToLe()981 errorOrWarn("R_PPC64_TLS must be either 4 byte aligned or one byte " in relaxTlsIeToLe()1554 errorOrWarn("R_PPC64_TLSGD has unexpected byte alignment"); in relaxTlsGdToIe()1617 errorOrWarn(getErrorLocation(loc) + "call to " + in relocateAlloc()
664 errorOrWarn(sec.getLocation(rel.offset) + ": ULEB128 value " + in relocateAlloc()671 errorOrWarn(sec.getLocation(rel.offset) + in relocateAlloc()836 errorOrWarn(getErrorLocation((const uint8_t*)loc) + in relax()1065 errorOrWarn(toString(sec) + ": " + s + ": " + in mergeArch()1098 errorOrWarn("atomic abi mismatch for " + oldSection->name + "\n>>> " + in mergeAtomic()1114 errorOrWarn("unknown atomic abi for " + section->name + "\n>>> " + in mergeAtomic()1200 errorOrWarn(toString(sec) + " has stack_align=" + Twine(*i) + in mergeAttributesSection()1262 errorOrWarn(llvm::toString(result.takeError())); in mergeAttributesSection()
168 errorOrWarn(getErrorLocation(loc) + "extra space for uleb128"); in handleUleb128()776 errorOrWarn(getErrorLocation((const uint8_t *)loc) + in relax()
485 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToLe()526 errorOrWarn(getErrorLocation(loc - 3) + in relaxTlsGdToIe()
1189 errorOrWarn("CMSE symbol '" + CHECK(eSyms[i].getName(stringTable), this) + in importCmseSymbols()
526 void errorOrWarn(const Twine &msg);529 errorOrWarn(loc + "internal linker error: " + msg + "\n" + in internalLinkerError()
125 errorOrWarn(errPlace.loc + "relocation " + lld::toString(rel.type) + in reportRangeError()137 errorOrWarn(errPlace.loc + msg + " is out of range: " + Twine(v) + in reportRangeError()1203 errorOrWarn("cannot preempt symbol: " + toString(sym) + in processAux()1251 errorOrWarn("symbol '" + toString(sym) + in processAux()1260 errorOrWarn("relocation " + toString(type) + " cannot be used against " + in processAux()1300 errorOrWarn("relocation " + toString(type) + " against " + toString(sym) + in handleTlsRelocation()1505 errorOrWarn("R_PPC64_TLSGD/R_PPC64_TLSLD may not be the last " in scanOne()2424 errorOrWarn(sec->getLocation(r.r_offset) + in scanCrossRefs()
633 errorOrWarn("R_RISCV_PCREL_LO12 relocation points to an absolute symbol: " + in getRISCVPCRelHi20()658 errorOrWarn("R_RISCV_PCREL_LO12 relocation points to " + in getRISCVPCRelHi20()998 errorOrWarn(getLocation(offset) + ": ULEB128 value " + Twine(val) + in relocateNonAlloc()1003 errorOrWarn(getLocation(offset) + in relocateNonAlloc()1075 errorOrWarn(msg); in relocateNonAlloc()1334 errorOrWarn("corrupted .eh_frame: " + Twine(msg) + "\n>>> defined in " + in split()
140 errorOrWarn("section type mismatch for " + isec->name + "\n>>> " + in commitSection()322 errorOrWarn("--compress-sections: deflateInit2 returned " + Twine(res)); in deflateShard()369 errorOrWarn("--compress-sections: section '" + name + in maybeCompress()666 errorOrWarn(toString(relSec) + ": REL cannot be converted to CREL"); in relToCrel()
542 errorOrWarn("duplicate symbol: " + toString(sym) + "\n>>> defined in " + in reportDuplicate()567 errorOrWarn(msg); in reportDuplicate()
281 errorOrWarn("version script assignment of '" + ver + "' to symbol '" + in scanVersionScript()
566 errorOrWarn(toString(fde->sec) + ": PC offset is too large: 0x" + in getFdeData()2837 errorOrWarn(toString(namesSec.sec) + in parseDebugNames()2842 errorOrWarn(toString(namesSec.sec) + Twine(": unsupported version: ") + in parseDebugNames()2849 errorOrWarn(toString(namesSec.sec) + in parseDebugNames()2875 errorOrWarn(toString(namesSec.sec) + ": " + in parseDebugNames()2882 errorOrWarn(toString(namesSec.sec) + in parseDebugNames()3179 errorOrWarn(toString(dobj.getNamesSection().sec) + Twine(": ") + in DebugNamesSection()3480 errorOrWarn("--gdb-index: constant pool size (" + Twine(off) + in createSymbols()4581 errorOrWarn("address of the tagged symbol \"" + sym->getName() + in createMemtagGlobalDescriptors()4585 errorOrWarn("address of the tagged symbol \"" + sym->getName() + in createMemtagGlobalDescriptors()[all …]
864 errorOrWarn(toString(this->sections[i]) + ": unknown section type 0x" + in initializeSections()1243 errorOrWarn(toString(this) + ": symbol (" + Twine(i) + in postParse()1252 errorOrWarn("TLS attribute mismatch: " + toString(sym) + "\n>>> in " + in postParse()1559 errorOrWarn(toString(this) + ": invalid local symbol '" + name + in parse()
1517 errorOrWarn("address (0x" + Twine::utohexstr(changes.first->addr) + in finalizeAddressDependentContent()1521 errorOrWarn("assignment to symbol " + toString(*changes.second) + in finalizeAddressDependentContent()1805 ? errorOrWarn in finalizeSections()2615 errorOrWarn("section " + a.sec->name + " " + name + in checkOverlap()2633 errorOrWarn("section " + os->name + " at 0x" + utohexstr(os->addr) + in checkSections()
87 void elf::errorOrWarn(const Twine &msg) { in errorOrWarn() function in elf700 UnresolvedPolicy errorOrWarn = args.hasFlag(OPT_error_unresolved_symbols, in setUnresolvedSymbolPolicy() local751 diagRegular ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()753 diagShlib ? errorOrWarn : UnresolvedPolicy::Ignore; in setUnresolvedSymbolPolicy()2778 errorOrWarn("incompatible values of AArch64 PAuth core info found\n>>> " + in readSecurityNotes()3017 errorOrWarn("input file '" + newFile->getName() + "' added after LTO"); in link()
1678 errorOrWarn(err); in checkFinalScriptConditions()
860 errorOrWarn(msg); in readAssert()
87 static void errorOrWarn(const Twine &s, bool forceUnresolved) { in errorOrWarn() function278 errorOrWarn(os.str(), ctx.config.forceUnresolved); in reportUndefinedSymbol()408 errorOrWarn("<root>: undefined symbol: " + toString(ctx, *b), in reportProblemSymbols()