Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddsrec.c127 if (deprecated_ui_load_progress_hook) in load_srec()
128 if (deprecated_ui_load_progress_hook (section_name, in load_srec()
141 if (deprecated_ui_load_progress_hook) in load_srec()
142 if (deprecated_ui_load_progress_hook (section_name, in load_srec()
H A Dremote-mips.c2663 if (deprecated_ui_load_progress_hook) in mips_load_srec()
2664 deprecated_ui_load_progress_hook (s->name, i); in mips_load_srec()
3189 if (deprecated_ui_load_progress_hook) in pmon_load_fast()
3190 deprecated_ui_load_progress_hook (s->name, i); in pmon_load_fast()
H A Ddefs.h1225 extern int (*deprecated_ui_load_progress_hook) (const char *section,
H A Dsymfile.c64 int (*deprecated_ui_load_progress_hook) (const char *section, unsigned long num); variable
1472 || (deprecated_ui_load_progress_hook != NULL in load_section_callback()
1473 && deprecated_ui_load_progress_hook (sect_name, sent))) in load_section_callback()
H A DChangeLog7525 (deprecated_ui_load_progress_hook): Deprecate.