Searched refs:cleanup_handler (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/bsd/kyua-testers/dist/ |
H A D | run.c | 146 cleanup_handler(const int KYUA_DEFS_UNUSED_PARAM(signo)) in cleanup_handler() function 525 setup_signal(SIGHUP, cleanup_handler, &old_sighup); in kyua_run_work_directory_enter() 526 setup_signal(SIGINT, cleanup_handler, &old_sigint); in kyua_run_work_directory_enter() 527 setup_signal(SIGTERM, cleanup_handler, &old_sigterm); in kyua_run_work_directory_enter()
|
/netbsd-src/external/gpl3/gcc.old/dist/lto-plugin/ |
H A D | lto-symtab.c | 35 static ld_plugin_cleanup_handler cleanup_handler; variable 85 cleanup_handler = handler; in register_cleanup() 354 cleanup_handler (); in main()
|
H A D | lto-plugin.c | 868 cleanup_handler (void) in cleanup_handler() function 1428 status = register_cleanup (cleanup_handler); in onload()
|
/netbsd-src/external/gpl3/gcc/dist/lto-plugin/ |
H A D | ChangeLog | 146 (cleanup_handler): Remove unused variable. 194 * lto-plugin.c (cleanup_handler): Remove unused var. 201 (cleanup_handler): Use maybe unlink to handle the 808 (cleanup_handler): Do not remove the resolution file. 835 * lto-plugin.c (cleanup_handler): Delete temporary output files. 866 (cleanup_handler): Remove the resolution file. 875 (cleanup_handler): Don't remove the temporary directory. Remove the 883 (cleanup_handler): Don't delete temporary objects. 888 * lto-plugin.c (cleanup_handler): Don't cleanup if debugging. 927 (cleanup_handler): Use check instead of assert. Remove the arguments [all …]
|
H A D | lto-plugin.c | 889 cleanup_handler (void) in cleanup_handler() function 1455 status = register_cleanup (cleanup_handler); in onload()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | plugin.c | 92 ld_plugin_cleanup_handler cleanup_handler; member 495 called_plugin->cleanup_handler = handler; in register_cleanup() 1364 if (curplug->cleanup_handler && !curplug->cleanup_done) in plugin_call_cleanup() 1369 rv = (*curplug->cleanup_handler) (); in plugin_call_cleanup()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | plugin.c | 89 ld_plugin_cleanup_handler cleanup_handler; member 482 called_plugin->cleanup_handler = handler; in register_cleanup() 1344 if (curplug->cleanup_handler && !curplug->cleanup_done) in plugin_call_cleanup() 1349 rv = (*curplug->cleanup_handler) (); in plugin_call_cleanup()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | ssh-agent.c | 2155 cleanup_handler(int sig) in cleanup_handler() function 2462 ssh_signal(SIGINT, (d_flag | D_flag) ? cleanup_handler : SIG_IGN); in main() 2463 ssh_signal(SIGHUP, cleanup_handler); in main() 2464 ssh_signal(SIGTERM, cleanup_handler); in main()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | plugin.c | 132 ld_plugin_all_symbols_read_handler cleanup_handler; member
|
H A D | ChangeLog-2020 | 4475 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | plugin.c | 134 ld_plugin_all_symbols_read_handler cleanup_handler; member
|
H A D | ChangeLog-2020 | 4475 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2020 | 4475 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
|