Searched refs:non_fatal (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dbucomm.h36 void non_fatal (const char *, ...) ATTRIBUTE_PRINTF_1;
H A Drename.c130 non_fatal (_("%s: cannot set time: %s"), destination, strerror (errno));
165 non_fatal (_("unable to rename '%s' reason: %s"), to, strerror (errno));
203 non_fatal (_("unable to rename '%s' reason: %s"), to, strerror (errno));
211 non_fatal (_("unable to copy file '%s' reason: %s"), to, strerror (errno));
H A Drdcoff.c199 non_fatal (_("parse_coff_type: Bad type code 0x%x"), ntype);
407 non_fatal (_("bfd_coff_get_syment failed: %s"),
423 non_fatal (_("bfd_coff_get_auxent failed: %s"),
512 non_fatal (_("bfd_coff_get_syment failed: %s"),
700 non_fatal (_("bfd_coff_get_syment failed: %s"),
720 non_fatal (_("bfd_coff_get_auxent failed: %s"),
787 non_fatal (_("%ld: .bf without preceding function"),
837 non_fatal (_("%ld: unexpected .ef\n"), this_coff_symno);
H A Dbucomm.c92 non_fatal VPARAMS ((const char *format, ...))
520 non_fatal (_("'%s': No such file"), file_name);
522 non_fatal (_("Warning: could not locate '%s'. reason: %s"),
526 non_fatal (_("Warning: '%s' is not an ordinary file"), file_name);
90 non_fatal VPARAMS ((const char *format, ...)) function
H A Dobjcopy.c600 non_fatal (_("unrecognized section flag `%s'"), copy);
757 non_fatal (_("%s:%d: Ignoring rubbish found on this line"),
1034 non_fatal (_("not stripping symbol `%s' because it is named in a relocation"), name);
1266 non_fatal (_("stat returns negative size for `%s'"),
1384 non_fatal (_("Unable to recognise the format of the input file `%s'"),
1387 non_fatal (_("Warning: Output file cannot represent architecture `%s'"),
1450 non_fatal (_("can't add section '%s' - it already exists!"), padd->name);
1458 non_fatal (_("can't create section `%s': %s"),
1595 non_fatal (_("Can't fill gap after %s: %s"),
1620 non_fatal (
[all...]
H A Dsize.c161 non_fatal (_("invalid argument to --format: %s"), optarg);
188 non_fatal (_("Invalid radix: %s\n"), optarg);
H A Dstrings.c438 non_fatal (_("'%s': No such file"), file);
440 non_fatal (_("Warning: could not locate '%s'. reason: %s"),
H A Dnm.c991 non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
1002 non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
1629 non_fatal (_("Using the --size-sort and --undefined-only options together"));
1630 non_fatal (_("will produce no output, since undefined symbols have no size."));
1658 non_fatal (_("data size %ld"), (long) (lim - (char *) &environ));
H A Ddlltool.c923 non_fatal (_("Syntax error in def file %s:%d"), def_file, linenumber);
958 non_fatal (_("%s: Path components stripped from image name, '%s'."),
970 non_fatal (_("Can't have LIBRARY and NAME"));
986 non_fatal (_("Can't have LIBRARY and NAME"));
1230 non_fatal (_("%s exited with status %d"),
1475 non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
1486 non_fatal (_("%s: no symbols"), bfd_get_filename (abfd));
2895 non_fatal (_("cannot delete %s: %s"), name, strerror (errno));
2901 non_fatal (_("cannot delete %s: %s"), name, strerror (errno));
3292 non_fatal (
[all...]
H A Drddbg.c86 non_fatal (_("%s: no recognized debugging information"),
H A Dwrstabs.c354 non_fatal (_("string_hash_lookup failed: %s"),
489 non_fatal ("bfd_hash_table_init_failed: %s",
638 non_fatal (_("stab_int_type: bad size %u"), size);
1396 non_fatal (_("%s: warning: unknown size for field `%s' in struct"),
1918 non_fatal (_("string_hash_lookup failed: %s"),
H A Dobjdump.c449 non_fatal (_("%s: not a dynamic object"), bfd_get_filename (abfd));
1963 non_fatal (_("Can't disassemble for architecture %s\n"),
2216 non_fatal (_("Reading %s section of %s failed: %s"),
2918 non_fatal (_("%s: printing debugging information failed"),
3135 non_fatal (_("unrecognized -E option"));
3146 non_fatal (_("unrecognized --endian type `%s'"), optarg);
H A Dar.c565 non_fatal (_("illegal option -- %c"), c);
741 non_fatal (_("creating %s"), archive_filename);
/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcbind.c293 int non_fatal = 0; local
295 non_fatal = 1;
296 syslog(non_fatal?LOG_DEBUG:LOG_ERR, "cannot create socket for %s",
356 int non_fatal = 0; local
359 non_fatal = 1;
360 syslog(non_fatal ? LOG_DEBUG : LOG_ERR,
/freebsd-11-stable/sys/netinet/
H A Dip_mroute.c1339 goto non_fatal;
1410 non_fatal:

Completed in 189 milliseconds