Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDdsrec.c127 if (ui_load_progress_hook) in load_srec()
128 if (ui_load_progress_hook (section_name, (unsigned long) i)) in load_srec()
140 if (ui_load_progress_hook) in load_srec()
141 if (ui_load_progress_hook (section_name, (unsigned long) i)) in load_srec()
HDremote-mips.c2665 if (ui_load_progress_hook) in mips_load_srec()
2666 ui_load_progress_hook (s->name, i); in mips_load_srec()
3189 if (ui_load_progress_hook) in pmon_load_fast()
3190 ui_load_progress_hook (s->name, i); in pmon_load_fast()
HDdefs.h1250 extern int (*ui_load_progress_hook) (const char *section, unsigned long num);
HDsymfile.c76 int (*ui_load_progress_hook) (const char *section, unsigned long num); variable
1442 || (ui_load_progress_hook != NULL in load_section_callback()
1443 && ui_load_progress_hook (sect_name, sent))) in load_section_callback()