Home
last modified time | relevance | path

Searched refs:macro_table (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dmacrotab.h73 struct macro_table;
126 struct macro_table *table;
169 struct macro_table *new_macro_table (struct obstack *obstack,
177 void free_macro_table (struct macro_table *table);
191 struct macro_source_file *macro_set_main (struct macro_table *table,
196 struct macro_source_file *macro_main (struct macro_table *table);
201 void macro_allow_redefinitions (struct macro_table *table);
222 void macro_define_special (struct macro_table *table);
288 struct macro_table *table;
344 void macro_for_each (struct macro_table *table, macro_callback_fn fn,
H A Dmacrotab.c36 struct macro_table struct
88 macro_alloc (int size, struct macro_table *t) in macro_alloc() argument
98 macro_free (void *object, struct macro_table *t) in macro_free()
115 macro_bcache (struct macro_table *t, const void *addr, int len) in macro_bcache()
133 macro_bcache_str (struct macro_table *t, const char *s) in macro_bcache_str()
142 macro_bcache_free (struct macro_table *t, void *obj) in macro_bcache_free()
165 struct macro_table *table;
352 new_macro_key (struct macro_table *t, in new_macro_key()
386 new_source_file (struct macro_table *t, in new_source_file()
420 macro_set_main (struct macro_table *t, in macro_set_main()
[all …]
H A Dmacroscope.c35 struct macro_table *macro_user_macros;
45 || ! sal.symtab->macro_table) in sal_macro_scope()
50 main_file = macro_main (sal.symtab->macro_table); in sal_macro_scope()
H A Dmacroscope.h28 extern struct macro_table *macro_user_macros;
H A Dbuildsym.h302 EXTERN struct macro_table *pending_macros;
H A Dsymtab.h821 struct macro_table *macro_table; member
H A Dbuildsym.c1166 symtab->macro_table = pending_macros; in end_symtab_from_static_block()
H A Dsource.c649 s->macro_table ? "Includes" : "Does not include"); in source_info()
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-cmd-file.c58 ui_out_field_int (uiout, "macro-info", st.symtab->macro_table ? 1 : 0); in mi_cmd_file_list_exec_source_file()