Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dannotate.c38 void (*deprecated_annotate_starting_hook) (void); variable
105 if (deprecated_annotate_starting_hook) in annotate_starting()
106 deprecated_annotate_starting_hook (); in annotate_starting()
H A Dannotate.h102 extern void (*deprecated_annotate_starting_hook) (void);
H A DChangeLog7495 * annotate.h (deprecated_annotate_starting_hook)