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

  /src/external/gpl3/gcc.old/dist/lto-plugin/
lto-symtab.c 35 static ld_plugin_cleanup_handler cleanup_handler; variable
85 cleanup_handler = handler;
354 cleanup_handler ();
lto-plugin.c 889 cleanup_handler (void) function
1455 status = register_cleanup (cleanup_handler);
  /src/external/bsd/kyua-testers/dist/
run.c 146 cleanup_handler(const int KYUA_DEFS_UNUSED_PARAM(signo)) function
525 setup_signal(SIGHUP, cleanup_handler, &old_sighup);
526 setup_signal(SIGINT, cleanup_handler, &old_sigint);
527 setup_signal(SIGTERM, cleanup_handler, &old_sigterm);
  /src/external/gpl3/binutils/dist/bfd/
plugin.c 131 ld_plugin_all_symbols_read_handler cleanup_handler; member in struct:plugin_list_entry
  /src/external/gpl3/binutils/dist/ld/
plugin.c 91 ld_plugin_cleanup_handler cleanup_handler; member in struct:plugin
493 called_plugin->cleanup_handler = handler;
1397 if (curplug->cleanup_handler && !curplug->cleanup_done)
1404 rv = (*curplug->cleanup_handler) ();
  /src/external/gpl3/binutils.old/dist/bfd/
plugin.c 132 ld_plugin_all_symbols_read_handler cleanup_handler; member in struct:plugin_list_entry
  /src/external/gpl3/binutils.old/dist/ld/
plugin.c 92 ld_plugin_cleanup_handler cleanup_handler; member in struct:plugin
494 called_plugin->cleanup_handler = handler;
1393 if (curplug->cleanup_handler && !curplug->cleanup_done)
1400 rv = (*curplug->cleanup_handler) ();
  /src/external/gpl3/gdb/dist/bfd/
plugin.c 134 ld_plugin_all_symbols_read_handler cleanup_handler; member in struct:plugin_list_entry
  /src/external/gpl3/gdb.old/dist/bfd/
plugin.c 134 ld_plugin_all_symbols_read_handler cleanup_handler; member in struct:plugin_list_entry
  /src/crypto/external/bsd/openssh/dist/
ssh-agent.c 2155 cleanup_handler(int sig) function
2524 ssh_signal(SIGINT, (d_flag | D_flag) ? cleanup_handler : SIG_IGN);
2525 ssh_signal(SIGHUP, cleanup_handler);
2526 ssh_signal(SIGTERM, cleanup_handler);
  /src/external/gpl3/gcc/dist/lto-plugin/
lto-plugin.c 934 cleanup_handler (void) function
1594 status = register_cleanup (cleanup_handler);

Completed in 45 milliseconds