Home
last modified time | relevance | path

Searched refs:error_tag (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c468 bfd_set_error (bfd_error_type error_tag, ...) in bfd_set_error() argument
470 bfd_error = error_tag; in bfd_set_error()
471 if (error_tag == bfd_error_on_input) in bfd_set_error()
477 va_start (ap, error_tag); in bfd_set_error()
499 bfd_errmsg (bfd_error_type error_tag) in bfd_errmsg() argument
504 if (error_tag == bfd_error_on_input) in bfd_errmsg()
509 if (asprintf (&buf, _(bfd_errmsgs [error_tag]), input_bfd->filename, msg) in bfd_errmsg()
517 if (error_tag == bfd_error_system_call) in bfd_errmsg()
520 if (error_tag > bfd_error_invalid_error_code) in bfd_errmsg()
521 error_tag = bfd_error_invalid_error_code; /* sanity check */ in bfd_errmsg()
[all …]
Dbfd-in2.h6584 void bfd_set_error (bfd_error_type error_tag, ...);
6586 const char *bfd_errmsg (bfd_error_type error_tag);