Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c408 static bfd_error_type input_error = bfd_error_no_error; variable
479 input_error = (bfd_error_type) va_arg (ap, int); in bfd_set_error()
480 if (input_error >= bfd_error_on_input) in bfd_set_error()
507 const char *msg = bfd_errmsg (input_error); in bfd_errmsg()
DChangeLog-2006398 (input_bfd, input_error): New static vars.