Home
last modified time | relevance | path

Searched refs:bfd_set_error_handler (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c772 bfd_set_error_handler (bfd_error_handler_type pnew) in bfd_set_error_handler() function
Dcoffgen.c1292 current_error_handler = bfd_set_error_handler (null_error_handler); in coff_write_symbols()
1296 (void) bfd_set_error_handler (current_error_handler); in coff_write_symbols()
Dbfd-in2.h6593 bfd_error_handler_type bfd_set_error_handler (bfd_error_handler_type);
DChangeLog-94953503 (bfd_set_error_handler): New globally visible function.
/toolchain/binutils/binutils-2.25/ld/
Dldlang.c5877 pfn = bfd_set_error_handler (ignore_bfd_errors); in lang_check()
5885 bfd_set_error_handler (pfn); in lang_check()