Home
last modified time | relevance | path

Searched refs:bfd_error_type (Results 1 – 25 of 94) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfd.c733 static TLS bfd_error_type bfd_error;
734 static TLS bfd_error_type input_error;
776 bfd_error_type
797 bfd_set_error (bfd_error_type error_tag) in bfd_set_error()
819 bfd_set_input_error (bfd *input, bfd_error_type error_tag) in bfd_set_input_error()
844 bfd_errmsg (bfd_error_type error_tag) in bfd_errmsg()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfd.c684 static bfd_error_type bfd_error = bfd_error_no_error;
686 static bfd_error_type input_error = bfd_error_no_error;
726 bfd_error_type
747 bfd_set_error (bfd_error_type error_tag) in bfd_set_error()
769 bfd_set_input_error (bfd *input, bfd_error_type error_tag) in bfd_set_input_error()
793 bfd_errmsg (bfd_error_type error_tag) in bfd_errmsg()
H A Dbfd-in2.h7059 bfd_error_type; typedef
7061 bfd_error_type bfd_get_error (void);
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.old/dist/gas/
H A Doutput-file.c39 bfd_error_type err = bfd_get_error (); in output_file_create()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Doutput-file.c41 bfd_error_type err = bfd_get_error (); in output_file_create()
/netbsd-src/external/gpl3/binutils/dist/bfd/doc/
H A Dbfdt.texi359 @subsection Type @code{bfd_error_type}
361 enumerated type @code{bfd_error_type}.
391 bfd_error_type;
396 @deftypefn {Function} bfd_error_type bfd_get_error (void);
402 @deftypefn {Function} void bfd_set_error (bfd_error_type error_tag);
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);
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dbfdt.texi588 @subsection Type @code{bfd_error_type}
590 enumerated type @code{bfd_error_type}.
621 bfd_error_type;
628 bfd_error_type bfd_get_error (void);
637 void bfd_set_error (bfd_error_type error_tag);
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);
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Dldmisc.c326 bfd_error_type last_bfd_error = bfd_get_error (); in vfinfo()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Dldmisc.c317 bfd_error_type last_bfd_error = bfd_get_error (); in vfinfo()
/netbsd-src/external/gpl3/binutils.old/lib/libbfd/arch/mipseb/
H A Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7003 bfd_error_type; typedef
7005 bfd_error_type bfd_get_error (void);
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 Dbfd.h2550 bfd_error_type; typedef
2552 bfd_error_type bfd_get_error (void);
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 Dbfd.h7003 bfd_error_type; typedef
7005 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7003 bfd_error_type; typedef
7005 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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 Dbfd.h7063 bfd_error_type; typedef
7065 bfd_error_type bfd_get_error (void);
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);

1234