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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c335 void bfd_set_error (bfd_error_type error_tag, ...);
338 Set the BFD error condition to be @var{error_tag}.
339 If @var{error_tag} is bfd_error_on_input, then this function
345 bfd_set_error (bfd_error_type error_tag, ...)
347 bfd_error = error_tag;
348 if (error_tag == bfd_error_on_input)
354 va_start (ap, error_tag);
368 const char *bfd_errmsg (bfd_error_type error_tag);
371 Return a string describing the error @var{error_tag}, or
372 the system error if @var{error_tag} i
343 bfd_set_error(bfd_error_type error_tag, ...) argument
374 bfd_errmsg(bfd_error_type error_tag) argument
[all...]
H A Dbfd-in2.h4781 void bfd_set_error (bfd_error_type error_tag, ...);
4783 const char *bfd_errmsg (bfd_error_type error_tag);
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4788 void bfd_set_error (bfd_error_type error_tag, ...);
4790 const char *bfd_errmsg (bfd_error_type error_tag);

Completed in 132 milliseconds