Searched refs:exec_file_display_hook (Results 1 – 3 of 3) sorted by relevance
54 hook_type exec_file_display_hook; /* the original hook */ variable103 if (exec_file_display_hook != NULL) in specify_exec_file_hook()111 exec_file_extra_hooks[0] = exec_file_display_hook; in specify_exec_file_hook()112 exec_file_display_hook = call_extra_exec_file_hooks; in specify_exec_file_hook()127 exec_file_display_hook = hook; in specify_exec_file_hook()
99 extern void (*exec_file_display_hook) (char *filename);
270 if (exec_file_display_hook) in exec_file_attach()271 (*exec_file_display_hook) (filename); in exec_file_attach()