Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDbuildsym.c195 if (pending_macros) in really_free_pendings()
196 free_macro_table (pending_macros); in really_free_pendings()
896 && pending_macros == NULL) in end_symtab()
959 symtab->macro_table = pending_macros; in end_symtab()
1038 pending_macros = NULL; in end_symtab()
1140 pending_macros = NULL; in buildsym_init()
HDbuildsym.h289 EXTERN struct macro_table *pending_macros; variable
HDdwarf2read.c7741 if (! pending_macros) in macro_start_file()
7742 pending_macros = new_macro_table (&objfile->objfile_obstack, in macro_start_file()
7748 current_file = macro_set_main (pending_macros, full_name); in macro_start_file()