Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDcorefile.c56 static int exec_file_hook_count = 0; /* size of array */ variable
91 for (i = 0; i < exec_file_hook_count; i++) in call_extra_exec_file_hooks()
107 if (exec_file_hook_count == 0) in specify_exec_file_hook()
113 exec_file_hook_count = 1; in specify_exec_file_hook()
119 exec_file_hook_count++; in specify_exec_file_hook()
122 exec_file_hook_count * sizeof (hook_type)); in specify_exec_file_hook()
124 exec_file_extra_hooks[exec_file_hook_count - 1] = hook; in specify_exec_file_hook()