Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcorefile.c53 typedef void (*hook_type) (char *); typedef
55 hook_type deprecated_exec_file_display_hook; /* the original hook */
56 static hook_type *exec_file_extra_hooks; /* array of additional hooks */
102 hook_type *new_array; in specify_exec_file_hook()
111 exec_file_extra_hooks = (hook_type *) xmalloc (sizeof (hook_type)); in specify_exec_file_hook()
122 (hook_type *) xrealloc (exec_file_extra_hooks, in specify_exec_file_hook()
123 exec_file_hook_count * sizeof (hook_type)); in specify_exec_file_hook()
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c1090 int hook_type = CMD_NO_HOOK; in define_command() local
1122 hook_type = CMD_PRE_HOOK; in define_command()
1127 hook_type = CMD_POST_HOOK; in define_command()
1131 if (hook_type != CMD_NO_HOOK) in define_command()
1170 switch (hook_type) in define_command()