Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dbuildsym.c212 if (pending_macros) in really_free_pendings()
213 free_macro_table (pending_macros); in really_free_pendings()
976 pending_macros = NULL; in reset_symtab_globals()
1073 && pending_macros == NULL) in end_symtab_get_static_block()
1166 symtab->macro_table = pending_macros; in end_symtab_from_static_block()
1380 if (pending_macros != NULL) in augment_type_symtab()
1540 pending_macros = NULL; in buildsym_init()
H A Dbuildsym.h302 EXTERN struct macro_table *pending_macros; variable
H A Ddwarf2read.c18115 if (! pending_macros) in macro_start_file()
18116 pending_macros = new_macro_table (&objfile->per_bfd->storage_obstack, in macro_start_file()
18124 current_file = macro_set_main (pending_macros, file_name); in macro_start_file()
18125 macro_define_special (pending_macros); in macro_start_file()