Home
last modified time | relevance | path

Searched refs:cleanup_handler (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/lto-plugin/
H A Dlto-symtab.c35 static ld_plugin_cleanup_handler cleanup_handler; variable
85 cleanup_handler = handler; in register_cleanup()
354 cleanup_handler (); in main()
H A Dlto-plugin.c665 cleanup_handler (void) in cleanup_handler() function
1039 status = register_cleanup (cleanup_handler); in onload()
/dragonfly/contrib/binutils-2.27/ld/
H A Dplugin.c88 ld_plugin_cleanup_handler cleanup_handler; member
465 called_plugin->cleanup_handler = handler; in register_cleanup()
1248 if (curplug->cleanup_handler && !curplug->cleanup_done) in plugin_call_cleanup()
1253 rv = (*curplug->cleanup_handler) (); in plugin_call_cleanup()
/dragonfly/contrib/binutils-2.34/ld/
H A Dplugin.c88 ld_plugin_cleanup_handler cleanup_handler; member
478 called_plugin->cleanup_handler = handler; in register_cleanup()
1322 if (curplug->cleanup_handler && !curplug->cleanup_done) in plugin_call_cleanup()
1327 rv = (*curplug->cleanup_handler) (); in plugin_call_cleanup()
/dragonfly/crypto/openssh/
H A Dssh-agent.c1967 cleanup_handler(int sig) in cleanup_handler() function
2250 ssh_signal(SIGINT, (d_flag | D_flag) ? cleanup_handler : SIG_IGN); in main()
2251 ssh_signal(SIGHUP, cleanup_handler); in main()
2252 ssh_signal(SIGTERM, cleanup_handler); in main()
/dragonfly/contrib/gcc-8.0/lto-plugin/
H A Dlto-plugin.c748 cleanup_handler (void) in cleanup_handler() function
1229 status = register_cleanup (cleanup_handler); in onload()