Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcorefile.c57 static int exec_file_hook_count = 0; /* size of array */ variable
92 for (i = 0; i < exec_file_hook_count; i++) in call_extra_exec_file_hooks()
108 if (exec_file_hook_count == 0) in specify_exec_file_hook()
114 exec_file_hook_count = 1; in specify_exec_file_hook()
120 exec_file_hook_count++; in specify_exec_file_hook()
123 exec_file_hook_count * sizeof (hook_type)); in specify_exec_file_hook()
125 exec_file_extra_hooks[exec_file_hook_count - 1] = hook; in specify_exec_file_hook()