Searched refs:current_error_handler (Results 1 – 4 of 4) sorted by relevance
1273 bfd_error_handler_type current_error_handler; in coff_write_symbols() local1281 current_error_handler = bfd_set_error_handler (null_error_handler); in coff_write_symbols()1285 (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()
1305 bfd_error_handler_type current_error_handler; in coff_write_symbols() local1313 current_error_handler = bfd_set_error_handler (null_error_handler); in coff_write_symbols()1317 (void) bfd_set_error_handler (current_error_handler); in coff_write_symbols()