Home
last modified time | relevance | path

Searched refs:input_error (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/bfd/
H A Dbfd.c394 static bfd_error_type input_error = bfd_error_no_error; variable
464 input_error = (bfd_error_type) va_arg (ap, int); in bfd_set_error()
465 if (input_error >= bfd_error_on_input) in bfd_set_error()
492 const char *msg = bfd_errmsg (input_error); in bfd_errmsg()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dbfd.c449 static bfd_error_type input_error = bfd_error_no_error; variable
520 input_error = (bfd_error_type) va_arg (ap, int); in bfd_set_error()
521 if (input_error >= bfd_error_on_input) in bfd_set_error()
548 const char *msg = bfd_errmsg (input_error); in bfd_errmsg()
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dbfd.c669 static bfd_error_type input_error = bfd_error_no_error; variable
758 input_error = error_tag; in bfd_set_input_error()
759 if (input_error >= bfd_error_on_input) in bfd_set_input_error()
784 const char *msg = bfd_errmsg (input_error); in bfd_errmsg()