Searched refs:input_error (Results 1 – 3 of 3) sorted by relevance
394 static bfd_error_type input_error = bfd_error_no_error; variable464 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()
449 static bfd_error_type input_error = bfd_error_no_error; variable520 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()
669 static bfd_error_type input_error = bfd_error_no_error; variable758 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()