HomeSort by: relevance | last modified time | path
    Searched defs:current_error_handler (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 1441 bfd_error_handler_type current_error_handler; local
1449 current_error_handler = bfd_set_error_handler (null_error_handler);
1453 (void) bfd_set_error_handler (current_error_handler);
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 1433 bfd_error_handler_type current_error_handler; local
1441 current_error_handler = bfd_set_error_handler (null_error_handler);
1445 (void) bfd_set_error_handler (current_error_handler);
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 1416 bfd_error_handler_type current_error_handler; local
1424 current_error_handler = bfd_set_error_handler (null_error_handler);
1428 (void) bfd_set_error_handler (current_error_handler);
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 1433 bfd_error_handler_type current_error_handler; local
1441 current_error_handler = bfd_set_error_handler (null_error_handler);
1445 (void) bfd_set_error_handler (current_error_handler);

Completed in 49 milliseconds