| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Driver.cpp | 89 ELFSyncStream elf::ErrAlways(Ctx &ctx) { return {ctx, DiagLevel::Err}; } in ErrAlways() function in elf 187 ErrAlways(ctx) << "unknown emulation: " << emul; in parseEmulation() 309 ErrAlways(ctx) << "attempted static link of dynamic object " << path; in addFile() 332 ErrAlways(ctx) << path << ": unknown file type"; in addFile() 362 ErrAlways(ctx) in checkOptions() 368 ErrAlways(ctx) << "--in-implib may not be used without --cmse-implib"; in checkOptions() 370 ErrAlways(ctx) << "--out-implib may not be used without --cmse-implib"; in checkOptions() 373 ErrAlways(ctx) in checkOptions() 377 ErrAlways(ctx) << "--cmse-implib is only supported on ARM targets"; in checkOptions() 379 ErrAlways(ctx) << "--in-implib is only supported on ARM targets"; in checkOptions() [all …]
|
| H A D | DriverUtils.cpp | 67 ErrAlways(ctx) << "unknown option: --color-diagnostics=" << s; in handleColorDiagnostics() 75 ErrAlways(ctx) << "invalid response file quoting: " << s; in getQuotingStyle() 129 ErrAlways(ctx) << args.getArgString(missingIndex) << ": missing argument"; in parse() 134 ErrAlways(ctx) << "unknown argument '" << arg->getAsString(args) << "'"; in parse() 136 ErrAlways(ctx) << "unknown argument '" << arg->getAsString(args) in parse()
|
| H A D | LinkerScript.cpp | 332 ErrAlways(ctx) in processInsertCommands() 354 ErrAlways(ctx) << "unable to insert " << cmd.names[0] in processInsertCommands() 681 ErrAlways(ctx) << "discarding " << s.name << " section is not allowed"; in discard() 766 ErrAlways(ctx) << "OVERWRITE_SECTIONS cannot be used with " in processSectionCommands() 1085 ErrAlways(ctx) << sec << " is being placed in '" << name << "'"; in diagnoseOrphanHandling() 1097 ErrAlways(ctx) << "no address assigned to the veneers output section " in diagnoseMissingSGSectionAddress() 1127 ErrAlways(ctx) << "memory region '" << sec->memoryRegionName in findMemoryRegion() 1150 ErrAlways(ctx) << "no memory region specified for section '" << sec->name in findMemoryRegion() 1435 ErrAlways(ctx) << "memory region '" << sec->lmaRegionName in adjustSectionsAfterSorting() 1502 ErrAlways(ctx) << "could not allocate headers"; in allocateHeaders() [all …]
|
| H A D | InputFiles.cpp | 135 ErrAlways(ctx) << f << ": unknown Tag_ABI_VFP_args value: " << vfpArgs; in updateARMVFPArgs() 140 ErrAlways(ctx) << f << ": incompatible Tag_ABI_VFP_args"; in updateARMVFPArgs() 256 ErrAlways(ctx) << "cannot open " << path << ": " << ec.message(); in readFile() 396 ErrAlways(ctx) in addDependentLibrary() 709 ErrAlways(ctx) << this << ":(" << name << "): SHF_MERGE section size (" in shouldMerge() 871 ErrAlways(ctx) << s in initializeSections() 900 ErrAlways(ctx) << this in initializeSections() 910 ErrAlways(ctx) in initializeSections() 1100 ErrAlways(ctx) << "cannot mix split-stack and non-split-stack in a " in createInputSection() 1222 ErrAlways(ctx) << this << ": non-local symbol (" << i in initSectionsAndLocalSyms() [all …]
|
| H A D | ScriptLexer.cpp | 88 ErrAlways(ctx) << s; in setError() 117 ErrAlways(ctx) << curBuf.filename << ":" << (lineno + 1) in lex()
|
| H A D | InputSection.cpp | 67 ErrAlways(getCtx()) << this << ": section too large"; in InputSectionBase() 257 ErrAlways(ctx) << this << ": corrupted compressed section"; in parseCompressedHeader() 264 ErrAlways(ctx) << this in parseCompressedHeader() 269 ErrAlways(ctx) << this in parseCompressedHeader() 273 ErrAlways(ctx) << this << ": unsupported compression type (" in parseCompressedHeader() 1194 ErrAlways(ctx) << "mixing split-stack objects requires a definition of " in switchMorestackCallsToMorestackNonSplit()
|
| H A D | ScriptParser.cpp | 987 ErrAlways(ctx) << loc << ": alignment must be power of 2"; in checkAlignment() 1081 ErrAlways(ctx) << "section can't have both LMA and a load region"; in readOutputSectionDescription() 1204 ErrAlways(ctx) << loc << ": division by zero"; in readSymbolAssignment() 1253 ErrAlways(ctx) << loc << ": division by zero"; in combine() 1262 ErrAlways(ctx) << loc << ": modulo by zero"; in combine() 1329 ErrAlways(ctx) << location << ": unable to calculate page size"; in getPageSize()
|
| H A D | Writer.cpp | 212 ErrAlways(ctx) << s->file << " cannot redefine linker defined symbol '" in addReservedSymbols() 1445 ErrAlways(ctx) << isec << ": sh_link points to discarded section " in resolveShfLinkOrder() 2198 ErrAlways(ctx) << "cannot place " << isec << " into " << osec->name in checkExecuteOnly() 2362 ErrAlways(ctx) << "section: " << sec->name in createPhdrs() 2699 ErrAlways(ctx) << "unable to place section " << sec->name in assignFileOffsets() 2925 ErrAlways(ctx) << msg; in openFile() 2939 ErrAlways(ctx) << "failed to open " << ctx.arg.outputFile << ": " in openFile() 3083 ErrAlways(ctx) << "entropy source failure: " << ec.message(); in writeBuildId()
|
| H A D | CallGraphSort.cpp | 251 ErrAlways(ctx) << "cannot open " << ctx.arg.printSymbolOrder << ": " in run()
|
| H A D | MapFile.cpp | 272 ErrAlways(ctx) << "cannot open " << mapFile << ": " << ec.message(); in writeMapAndCref()
|
| H A D | LTO.cpp | 76 ErrAlways(ctx) << "cannot open " << ctx.arg.ltoBasicBlockSections << ":" in createConfig()
|
| H A D | Symbols.cpp | 251 ErrAlways(ctx) << file << ": symbol " << s << " has undefined version " in parseSymbolVersion()
|
| H A D | Config.h | 780 ELFSyncStream ErrAlways(Ctx &ctx);
|
| H A D | OutputSections.cpp | 160 ErrAlways(ctx) << "incompatible section flags for " << name << "\n>>> " in commitSection()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | AMDGPU.cpp | 59 ErrAlways(ctx) << "incompatible e_flags: " << f; in calcEFlagsV3() 119 ErrAlways(ctx) << "incompatible generic version: " << f; in calcEFlagsV6()
|
| H A D | PPC64.cpp | 241 ErrAlways(ctx) in getPPC64GlobalEntryToLocalEntryOffset() 643 ErrAlways(ctx) << f << ": ABI version 1 is not supported"; in calcEFlags() 645 ErrAlways(ctx) << f << ": unrecognized e_flags: " << flag; in calcEFlags() 661 ErrAlways(ctx) in relaxGot() 672 ErrAlways(ctx) in relaxGot() 936 ErrAlways(ctx) << "unrecognized instruction for IE to LE R_PPC64_TLS"; in relaxTlsIeToLe() 943 ErrAlways(ctx) << "unrecognized instruction for IE to LE R_PPC64_TLS"; in relaxTlsIeToLe()
|
| H A D | PPC.cpp | 482 ErrAlways(ctx) << "unrecognized instruction for IE to LE R_PPC_TLS"; in relaxTlsIeToLe() 489 ErrAlways(ctx) << "unrecognized instruction for IE to LE R_PPC_TLS"; in relaxTlsIeToLe()
|
| H A D | X86.cpp | 373 ErrAlways(ctx) in relaxTlsGdToLe() 407 ErrAlways(ctx) in relaxTlsGdToIe()
|
| H A D | AVR.cpp | 284 ErrAlways(ctx) in calcEFlags()
|
| H A D | AArch64.cpp | 1215 ErrAlways(ctx) in addTaggedSymbolReferences() 1299 ErrAlways(ctx) << "--apply-dynamic-relocs cannot be used with MTE globals"; in createTaggedSymbols()
|
| H A D | X86_64.cpp | 711 ErrAlways(ctx) in relaxTlsLdToLe() 1121 ErrAlways(ctx) << "target doesn't support split stacks"; in adjustPrologueForCrossSplitStack()
|
| H A D | LoongArch.cpp | 276 ErrAlways(ctx) << f in calcEFlags() 296 ErrAlways(ctx) << f << ": unsupported object file ABI version"; in calcEFlags()
|
| H A D | Mips.cpp | 562 ErrAlways(ctx) in fixupCrossModeJump()
|