/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | bfd.c | 797 bfd_set_error (bfd_error_type error_tag) in bfd_set_error() argument 799 bfd_error = error_tag; in bfd_set_error() 819 bfd_set_input_error (bfd *input, bfd_error_type error_tag) in bfd_set_input_error() argument 826 input_error = error_tag; in bfd_set_input_error() 844 bfd_errmsg (bfd_error_type error_tag) in bfd_errmsg() argument 849 if (error_tag == bfd_error_on_input) in bfd_errmsg() 852 char *ret = bfd_asprintf (_(bfd_errmsgs[error_tag]), in bfd_errmsg() 861 if (error_tag == bfd_error_system_call) in bfd_errmsg() 864 if (error_tag > bfd_error_invalid_error_code) in bfd_errmsg() 865 error_tag = bfd_error_invalid_error_code; /* sanity check */ in bfd_errmsg() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | bfd.c | 747 bfd_set_error (bfd_error_type error_tag) in bfd_set_error() argument 749 bfd_error = error_tag; in bfd_set_error() 769 bfd_set_input_error (bfd *input, bfd_error_type error_tag) in bfd_set_input_error() argument 775 input_error = error_tag; in bfd_set_input_error() 793 bfd_errmsg (bfd_error_type error_tag) in bfd_errmsg() argument 798 if (error_tag == bfd_error_on_input) in bfd_errmsg() 803 if (asprintf (&buf, _(bfd_errmsgs [error_tag]), in bfd_errmsg() 811 if (error_tag == bfd_error_system_call) in bfd_errmsg() 814 if (error_tag > bfd_error_invalid_error_code) in bfd_errmsg() 815 error_tag = bfd_error_invalid_error_code; /* sanity check */ in bfd_errmsg() [all …]
|
H A D | bfd-in2.h | 7063 void bfd_set_error (bfd_error_type error_tag); 7065 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7067 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/ |
H A D | bfdt.texi | 402 @deftypefn {Function} void bfd_set_error (bfd_error_type error_tag); 403 Set the BFD error condition to be @var{error_tag}. 405 @var{error_tag} must not be bfd_error_on_input. Use 411 @deftypefn {Function} void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 414 @var{error_tag} the bfd_error_type error. 419 @deftypefn {Function} const char *bfd_errmsg (bfd_error_type error_tag); 420 Return a string describing the error @var{error_tag}, or 421 the system error if @var{error_tag} is @code{bfd_error_system_call}.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/ |
H A D | bfdt.texi | 637 void bfd_set_error (bfd_error_type error_tag); 640 Set the BFD error condition to be @var{error_tag}. 642 @var{error_tag} must not be bfd_error_on_input. Use 649 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 654 @var{error_tag} the bfd_error_type error. 660 const char *bfd_errmsg (bfd_error_type error_tag); 663 Return a string describing the error @var{error_tag}, or 664 the system error if @var{error_tag} is @code{bfd_error_system_call}.
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/hppa/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64eb/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/aarch64/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/vax/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsel/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/armeb/ |
H A D | bfd.h | 7007 void bfd_set_error (bfd_error_type error_tag); 7009 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7011 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils/lib/libbfd/arch/x86_64/ |
H A D | bfd.h | 2554 void bfd_set_error (bfd_error_type error_tag); 2556 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 2558 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/armeb/ |
H A D | bfd.h | 7007 void bfd_set_error (bfd_error_type error_tag); 7009 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7011 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/sh3eb/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/riscv32/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/i386/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/arm/ |
H A D | bfd.h | 7007 void bfd_set_error (bfd_error_type error_tag); 7009 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7011 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/alpha/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipsn64el/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/riscv64/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/ia64/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/powerpc64/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/sparc64/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/earmhf/ |
H A D | bfd.h | 7067 void bfd_set_error (bfd_error_type error_tag); 7069 void bfd_set_input_error (bfd *input, bfd_error_type error_tag); 7071 const char *bfd_errmsg (bfd_error_type error_tag);
|