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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.c197 if (pending_macros)
198 free_macro_table (pending_macros);
902 && pending_macros == NULL)
965 symtab->macro_table = pending_macros;
1044 pending_macros = NULL;
1149 pending_macros = NULL;
H A Dbuildsym.h290 EXTERN struct macro_table *pending_macros;
289 EXTERN struct macro_table *pending_macros; variable in typeref:struct:macro_table
H A Ddwarf2read.c8825 if (! pending_macros)
8826 pending_macros = new_macro_table (&objfile->objfile_obstack,
8832 current_file = macro_set_main (pending_macros, full_name);

Completed in 59 milliseconds