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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c286 static bfd_error_type input_error = bfd_error_no_error;
356 input_error = va_arg (ap, int);
357 if (input_error >= bfd_error_on_input)
384 const char *msg = bfd_errmsg (input_error);
284 static bfd_error_type input_error = bfd_error_no_error; variable

Completed in 79 milliseconds