Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Dbfd.c284 static bfd_error_type input_error = bfd_error_no_error; variable
354 input_error = va_arg (ap, int); in bfd_set_error()
355 if (input_error >= bfd_error_on_input) in bfd_set_error()
382 const char *msg = bfd_errmsg (input_error); in bfd_errmsg()
H A DChangeLog-2006398 (input_bfd, input_error): New static vars.