Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfd.c734 static TLS bfd_error_type input_error; variable
826 input_error = error_tag; in bfd_set_input_error()
827 if (input_error >= bfd_error_on_input) in bfd_set_input_error()
851 const char *msg = bfd_errmsg (input_error); in bfd_errmsg()
1744 input_error = bfd_error_no_error; in bfd_init()
H A DChangeLog-2006398 (input_bfd, input_error): New static vars.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfd.c686 static bfd_error_type input_error = bfd_error_no_error; variable
775 input_error = error_tag; in bfd_set_input_error()
776 if (input_error >= bfd_error_on_input) in bfd_set_input_error()
801 const char *msg = bfd_errmsg (input_error); in bfd_errmsg()
H A DChangeLog-2006398 (input_bfd, input_error): New static vars.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2006398 (input_bfd, input_error): New static vars.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2006398 (input_bfd, input_error): New static vars.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git17276 * bfd.c: (bfd_error, input_error, input_bfd, _bfd_error_buf):