Searched refs:einfo (Results 1 - 25 of 72) sorted by relevance

123

/haiku-buildtools/legacy/binutils/ld/
H A Dldmain.c164 einfo
216 einfo ("%P%F: this linker was not configured to use sysroots\n");
233 einfo (_("%X%P: can't set BFD default target to `%s': %E\n"), TARGET);
344 einfo ("%P%F: --gc-sections and -r may not be used together\n");
346 einfo (_("%P%F: --relax and -r may not be used together\n"));
348 einfo (_("%P%F: -r and -shared may not be used together\n"));
354 einfo (_("%P%F: -F may not be used without -shared\n"));
356 einfo (_("%P%F: -f may not be used without -shared\n"));
434 einfo (_("%P%F: no input files\n"));
454 einfo (
[all...]
H A Dldmisc.h25 extern void einfo (const char *, ...);
H A Dldcref.c154 einfo (_("%X%P: bfd_hash_table_init of cref table failed: %E\n"));
160 einfo (_("%X%P: cref_hash_lookup failed: %E\n"));
268 einfo ("%P: symbol `%T' missing from main hash table\n",
360 einfo (_("%B%F: could not read symbols; %E\n"), abfd);
364 einfo (_("%B%F: could not read symbols: %E\n"), abfd);
415 einfo (_("%P: symbol `%T' missing from main hash table\n"),
482 einfo (_("%B%F: could not read symbols; %E\n"), abfd);
486 einfo (_("%B%F: could not read symbols: %E\n"), abfd);
557 einfo (_("%B%F: could not read relocs: %E\n"), abfd);
564 einfo (
[all...]
H A Dldfile.c147 einfo (_("%F%P: invalid BFD target `%s'\n"), entry->target);
255 einfo (_("%P: skipping incompatible %s when searching for %s\n"),
267 einfo (_("%F%P: attempted static link of dynamic object `%s'\n"),
282 einfo (_("%P: skipping incompatible %s when searching for %s\n"),
384 einfo (_("%F%P: %s (%s): No such file: %E\n"),
387 einfo (_("%F%P: %s: No such file: %E\n"), entry->local_sym_name);
417 einfo (_("%F%P: cannot find %s inside %s\n"),
420 einfo (_("%F%P: cannot find %s\n"), entry->local_sym_name);
499 einfo (_("%P%F: cannot open linker script file %s: %E\n"), name);
546 einfo (
[all...]
H A Dldmisc.c294 einfo (_("%B%F: could not read symbols\n"), abfd);
298 einfo (_("%B%F: could not read symbols\n"), abfd);
495 einfo (const char *fmt, ...) function
507 einfo (_("%F%P: internal error %s %d\n"), file, line);
554 einfo (_("%P: internal error: aborting at %s line %d in %s\n"),
557 einfo (_("%P: internal error: aborting at %s line %d\n"),
559 einfo (_("%P%F: please report this bug\n"));
H A Dldctor.c84 einfo (_("%P%X: Different relocs used in set %s\n"),
102 einfo (_("%P%X: Different object file formats composing set %s\n"),
281 einfo (_("%P%X: %s does not support reloc %s for set %s\n"),
295 einfo (_("%P%X: %s does not support reloc %s for set %s\n"),
316 einfo (_("%P%X: Unsupported size %d for set %s\n"),
H A Dldemul.c262 einfo (_("%P: unrecognised emulation mode: %s\n"), target);
263 einfo (_("Supported emulations: "));
265 einfo ("%F\n");
H A Dldexp.c338 einfo (_("%F%S %% by zero\n"));
346 einfo (_("%F%S / by zero\n"));
522 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
536 einfo (_("%X%S: unresolvable symbol `%s'"
547 einfo (_("%F%S: undefined symbol `%s' referenced in expression\n"),
608 einfo (_("%F%S: undefined MEMORY region `%s'"
621 einfo (_("%F%S: undefined MEMORY region `%s'"
661 einfo ("%X%P: %s\n", tree->assert_s.message);
683 einfo (_("%F%S can not PROVIDE assignment to location counter\n"));
697 einfo (
[all...]
H A Dlexsup.c677 einfo (_("%P: unrecognized option '%s'\n"), argv[last_optind]);
679 einfo (_("%P%F: use the --help option for usage information\n"));
697 einfo (_("%P%F: unrecognized -a option `%s'\n"), optarg);
710 einfo (_("%P%F: unrecognized -assert option `%s'\n"), optarg);
758 einfo (_("%F%P: unknown demangling style `%s'"),
820 einfo (_("%P%F: invalid number `%s'\n"), optarg);
912 einfo (_("%P%F: bad --unresolved-symbols option: %s\n"), optarg);
983 einfo(_("%P%F: bad -rpath option\n"));
1095 einfo (_("%P%F: -shared not supported\n"));
1104 einfo (
[all...]
H A Dpe-dll.c303 einfo (_("%XUnsupported PEI architecture: %s\n"), target);
604 einfo (_("%XCannot export %s: invalid export name\n"),
657 einfo (_("%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n"),
664 einfo (_("Warning, duplicate EXPORT: %s\n"),
751 einfo (_("%XCannot export %s: symbol not defined\n"),
757 einfo (_("%XCannot export %s: symbol wrong type (%d vs %d)\n"),
764 einfo (_("%XCannot export %s: symbol not found\n"),
786 einfo ("%X%P: can not create BFD: %E\n");
801 einfo ("%X%P: can not create .edata section: %E\n");
816 einfo ("
[all...]
H A Dldlang.c940 einfo (_("%P%F: can not create hash table: %E\n"));
982 einfo (_("%P%F: can not create hash table: %E\n"));
1025 einfo (_("%P:%S: warning: redeclaration of memory region '%s'\n"),
1031 einfo (_("%P:%S: warning: memory region %s not declared\n"), name);
1110 einfo (_("%P%F: failed creating section `%s': %E\n"), name);
1140 einfo (_("%P%F: failed creating section `%s': %E\n"), name);
1737 einfo (_("%P%F: Illegal use of `%s' section\n"), DISCARD_SECTION_NAME);
1744 einfo (_("%P%F: output format %s cannot represent section called %s\n"),
2344 einfo (_("%B: file not recognized: %E\n"), entry->the_bfd);
2345 einfo (
[all...]
H A Dldwrite.c55 einfo (_("%P%F: bfd_new_link_order failed\n"));
191 einfo (_("%P%F: bfd_new_link_order failed\n"));
344 einfo (_ ("%F%P: cannot create split section name for %s\n"), name);
345 /* Silence gcc warnings. einfo exits, so we never reach here. */
356 einfo (_("%F%P: clone section failed: %E\n"));
357 /* Silence gcc warnings. einfo exits, so we never reach here. */
564 einfo (_("%F%P: final link failed: %E\n"));
/haiku-buildtools/binutils/ld/
H A Dldmain.c154 einfo,
251 einfo (_("%X%P: can't set BFD default target to `%s': %E\n"), TARGET);
403 einfo (_("%P%F: no input files\n"));
423 einfo (_("%P%F: cannot open map file %s: %E\n"),
472 einfo (_("%P: link errors found, deleting executable `%s'\n"),
481 einfo (_("%F%B: final close failed: %E\n"), link_info.output_bfd);
508 einfo (_("%P%F: unable to open for source of copy `%s'\n"),
511 einfo (_("%P%F: unable to open for destination of copy `%s'\n"),
518 einfo (_("%P: Error writing file `%s'\n"), dst_name);
523 einfo (
[all...]
H A Dldmisc.h25 extern void einfo (const char *, ...);
H A Dldctor.c83 einfo (_("%P%X: Different relocs used in set %s\n"),
101 einfo (_("%P%X: Different object file formats composing set %s\n"),
279 einfo (_("%P%X: %s does not support reloc %s for set %s\n"),
295 einfo (_("%P%X: Special section %s does not support reloc %s for set %s\n"),
300 einfo (_("%P%X: %s does not support reloc %s for set %s\n"),
321 einfo (_("%P%X: Unsupported size %d for set %s\n"),
H A Dldfile.c138 einfo (_("%F%P: invalid BFD target `%s'\n"), entry->target);
263 einfo (_("%P: skipping incompatible %s "
276 einfo (_("%F%P: attempted static link of dynamic object `%s'\n"),
293 einfo (_("%P: skipping incompatible %s "
403 einfo (_("%P: cannot find %s (%s): %E\n"),
406 einfo (_("%P: cannot find %s: %E\n"), entry->local_sym_name);
441 einfo (_("%P: cannot find %s inside %s\n"),
444 einfo (_("%P: cannot find %s\n"), entry->local_sym_name);
599 einfo (_("%P%F: cannot open linker script file %s: %E\n"), name);
664 einfo (
[all...]
H A Dldmisc.c302 einfo (_("%B%F: could not read symbols: %E\n"), abfd);
462 einfo (const char *fmt, ...) function
476 einfo (_("%F%P: internal error %s %d\n"), file, line);
541 einfo (_("%P: internal error: aborting at %s:%d in %s\n"),
544 einfo (_("%P: internal error: aborting at %s:%d\n"),
546 einfo (_("%P%F: please report this bug\n"));
H A Dlexsup.c702 einfo (_("%P: %s: missing argument\n"), argv[last_optind]);
707 einfo (_("%P: unrecognized option '%s'\n"), argv[last_optind]);
712 einfo (_("%P%F: use the --help option for usage information\n"));
731 einfo (_("%P%F: unrecognized -a option `%s'\n"), optarg);
744 einfo (_("%P%F: unrecognized -assert option `%s'\n"), optarg);
785 einfo (_("%F%P: unknown demangling style `%s'\n"),
855 einfo (_("%P%F: invalid number `%s'\n"), optarg);
956 einfo (_("%P%F: bad --unresolved-symbols option: %s\n"), optarg);
1033 einfo (_("%P%F: bad -plugin-opt option\n"));
1050 einfo(
[all...]
H A Dldcref.c170 einfo (_("%X%P: bfd_hash_table_init of cref table failed: %E\n"));
176 einfo (_("%X%P: cref_hash_lookup failed: %E\n"));
186 einfo (_("%X%P: cref alloc failed: %E\n"));
413 einfo ("%P: symbol `%T' missing from main hash table\n",
517 einfo (_("%B%F: could not read symbols: %E\n"), abfd);
565 einfo (_("%P: symbol `%T' missing from main hash table\n"),
628 einfo (_("%B%F: could not read symbols: %E\n"), abfd);
690 einfo (_("%B%F: could not read relocs: %E\n"), abfd);
697 einfo (_("%B%F: could not read relocs: %E\n"), abfd);
724 einfo (
[all...]
H A Dldexp.c286 einfo (_("%P%F: bfd_hash_allocate failed creating symbol %s\n"), name);
318 einfo (_("%P%F: bfd_hash_lookup failed creating symbol %s\n"), name);
470 einfo (_("%P: warning: address of `%s' "
548 einfo (_("%F%S %% by zero\n"), tree->binary.rhs);
557 einfo (_("%F%S / by zero\n"), tree->binary.rhs);
740 einfo (_("%P%F: bfd_link_hash_lookup failed: %E\n"));
752 einfo (_("%X%S: unresolvable symbol `%s'"
767 einfo (_("%F%S: undefined symbol `%s'"
789 einfo (_("%F%S: undefined section `%s'"
807 einfo (
[all...]
H A Dplugin.c246 einfo (_("%P%F: %s: error loading plugin: %s\n"), plugin, dlerror ());
253 einfo (_("%P: %s: duplicated plugin\n"), plugin);
339 einfo (_("could not create dummy IR bfd: %F%E\n"));
427 einfo (_("%P%F: %s: non-ELF symbol in ELF BFD!\n"), asym->name);
431 einfo (_("%P%F: unknown ELF symbol visibility: %d!\n"),
540 /* FIXME: einfo should support %lld. */
542 einfo (_("%P%F: unsupported input file size: %s (%ld bytes)\n"),
724 einfo ("%P%F: %s: plugin symbol table corrupt (sym type %d)\n",
784 einfo (_("%P: %B: symbol `%s' "
1015 einfo (
[all...]
H A Dldemul.c289 einfo (_("%P: unrecognised emulation mode: %s\n"), target);
290 einfo (_("Supported emulations: "));
292 einfo ("%F\n");
H A Dpe-dll.c431 einfo (_("%XUnsupported PEI architecture: %s\n"), target);
711 einfo (_("%B%F: could not read symbols: %E\n"), b);
800 einfo (_("%XCannot export %s: invalid export name\n"),
852 einfo (_("%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n"),
859 einfo (_("Warning, duplicate EXPORT: %s\n"),
969 einfo (_("%XCannot export %s: symbol not defined\n"),
975 einfo (_("%XCannot export %s: symbol wrong type (%d vs %d)\n"),
982 einfo (_("%XCannot export %s: symbol not found\n"),
1005 einfo ("%X%P: can not create BFD: %E\n");
1020 einfo ("
[all...]
H A Dldlang.c1232 einfo (_("%P%F: can not create hash table: %E\n"));
1316 einfo (_("%P:%S: warning: redeclaration of memory region `%s'\n"),
1322 einfo (_("%P:%S: warning: memory region `%s' not declared\n"),
1359 einfo (_("%F%P:%S: error: alias for default memory region\n"), NULL);
1370 einfo (_("%F%P:%S: error: redefinition of memory region "
1377 einfo (_("%F%P:%S: error: memory region `%s' "
1436 einfo (_("%P%F: failed creating section `%s': %E\n"), name);
1475 einfo (_("%P%F: failed creating section `%s': %E\n"), name);
2214 einfo (_("%P%F: Illegal use of `%s' section\n"), DISCARD_SECTION_NAME);
2223 einfo (
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dunwind-dw2-fde-dip.c193 struct ext_dl_phdr_info *einfo = (struct ext_dl_phdr_info *) info; local
199 if (einfo->dlpi_adds == adds && einfo->dlpi_subs == subs)
239 adds = einfo->dlpi_adds;
240 subs = einfo->dlpi_subs;

Completed in 302 milliseconds

123