Searched refs:current_error_handler (Results 1 – 3 of 3) sorted by relevance
1268 bfd_error_handler_type current_error_handler; in coff_write_symbols() local1276 current_error_handler = bfd_set_error_handler (null_error_handler); in coff_write_symbols()1279 (void) bfd_set_error_handler (current_error_handler); in coff_write_symbols()
1283 bfd_error_handler_type current_error_handler; in coff_write_symbols() local1291 current_error_handler = bfd_set_error_handler (null_error_handler); in coff_write_symbols()1295 (void) bfd_set_error_handler (current_error_handler); in coff_write_symbols()
1293 bfd_error_handler_type current_error_handler; in coff_write_symbols() local1301 current_error_handler = bfd_set_error_handler (null_error_handler); in coff_write_symbols()1305 (void) bfd_set_error_handler (current_error_handler); in coff_write_symbols()