Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dcorefile.c56 static hook_type *exec_file_extra_hooks; /* array of additional hooks */ variable
93 (*exec_file_extra_hooks[i]) (filename); in call_extra_exec_file_hooks()
111 exec_file_extra_hooks = (hook_type *) xmalloc (sizeof (hook_type)); in specify_exec_file_hook()
112 exec_file_extra_hooks[0] = deprecated_exec_file_display_hook; in specify_exec_file_hook()
122 (hook_type *) xrealloc (exec_file_extra_hooks, in specify_exec_file_hook()
124 exec_file_extra_hooks = new_array; in specify_exec_file_hook()
125 exec_file_extra_hooks[exec_file_hook_count - 1] = hook; in specify_exec_file_hook()