HomeSort by relevance Sort by last modified time
    Searched refs:gold_error (Results 1 - 25 of 41) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/
nacl.cc 43 gold_error(_("%s: %s"), this->file_.filename().c_str(), buf);
parameters.cc 221 gold_error(_("input file does not match -EB/EL option"));
231 gold_error(_("-Trodata-segment is meaningless without --rosegment"));
338 gold_error(_("unrecognized output format %s"), bfd_name);
351 gold_error(_("unrecognized emulation %s"), emulation);
target.cc 94 gold_error(_("%s: unsupported ELF file type %d"),
170 gold_error(_("linker does not include stack split support "
aarch64-reloc-property.h 228 gold_error(_("Invalid/unrecognized reloc reloc %d."), code);
archive.cc 228 gold_error(_("%s: no archive symbol table (run ranlib)"),
316 gold_error(_("%s: bad archive symbol table names"),
348 gold_error(_("%s: malformed archive header at %zu"),
368 gold_error(_("%s: malformed archive header size at %zu"),
379 gold_error(_("%s: malformed archive header name at %zu"),
410 gold_error(_("%s: bad extended name index at %zu"),
420 gold_error(_("%s: bad extended name entry at header %zu"),
517 gold_error(_("%s: short archive header at %zu"),
701 gold_error(_("%s: member at %zu is not an ELF object"),
    [all...]
mapfile.cc 70 gold_error(_("cannot open map file %s: %s"), map_filename,
84 gold_error(_("cannot close map file: %s"), strerror(errno));
gold.h 92 gold_error(const char* msg, ...) ATTRIBUTE_PRINTF_1;
target-select.cc 198 gold_error(_("unrecognized output format %s"), bfd_name);
attributes.cc 410 gold_error(_("%s: must be processed by '%s' toolchain"),
418 gold_error(_("%s: object tag '%d, %s' is "
expression.cc 207 gold_error(_("undefined symbol '%s' referenced in expression"),
251 gold_error(_("invalid reference to dot symbol outside of "
480 gold_error(_(#NAME " by zero")); \
812 gold_error("%s called on nonexistent output section '%s'",
909 gold_error("%s", this->message_.c_str());
1032 gold_error(_("unknown constant %s"), s.c_str());
    [all...]
script.cc 1072 gold_error("%s", this->message_.c_str());
1139 gold_error(_("invalid use of PROVIDE for dot symbol"));
    [all...]
plugin.cc 178 gold_error(_("%s: could not load plugin library: %s"),
187 gold_error(_("%s: could not find onload entry point"),
857 gold_error(_("input files added by plug-ins in --incremental mode not "
    [all...]
script-sections.cc 105 gold_error(_("section %s overflows end of region %s"),
646 { gold_error(_("Attempt to set a memory region for a non-output section")); }
952 gold_error(_("dot may not move backward"));
    [all...]
common.cc 163 gold_error("invalid --sort-common argument: %s", order);
cref.cc 384 gold_error(_("cannot open symbol count file %s: %s"),
descriptors.cc 131 gold_error(_("file %s was removed during the link"), name);
dirsearch.cc 73 gold::gold_error(_("%s: can not read directory: %s"),
fileread.cc 208 gold_error(_("%s: fstat failed: %s"),
1047 gold_error(_("cannot find %s%s"),
1072 gold_error(_("cannot find %s"),
1111 gold_error(_("cannot open %s: %s"),
main.cc 324 gold_error("treating warnings as errors");
options.cc 475 gold_error(_("invalid argument to --section-start; "
488 gold_error(_("--section-start address missing"));
497 gold_error(_("--section-start argument %s is not a valid hex number"),
662 gold::gold_error(_("format '%s' not supported; treating as elf "
    [all...]
arm.cc     [all...]
gold.cc 287 gold_error(_("cannot mix -r with --gc-sections or --icf"));
663 gold_error(_("cannot mix -static with dynamic object %s"),
object.cc 173 gold_error(_("%s: %s"), this->name().c_str(), buf);
    [all...]
readsyms.cc 285 gold_error(_("%s: file is empty"),
920 gold_error(_("%s: not an object or archive"),
binary.cc 129 gold_error(_("cannot open %s: %s:"), this->filename_.c_str(),

Completed in 113 milliseconds

1 2