Searched refs:macro_table (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacrotab.h75 struct macro_table;
126 struct macro_table *table;
166 struct macro_table *new_macro_table (struct obstack *obstack,
173 void free_macro_table (struct macro_table *table);
187 struct macro_source_file *macro_set_main (struct macro_table *table,
192 struct macro_source_file *macro_main (struct macro_table *table);
265 struct macro_table *table;
H A Dmacrotab.c37 struct macro_table
82 macro_alloc (int size, struct macro_table *t)
92 macro_free (void *object, struct macro_table *t)
103 macro_bcache (struct macro_table *t, const void *addr, int len)
120 macro_bcache_str (struct macro_table *t, const char *s)
129 macro_bcache_free (struct macro_table *t, void *obj)
147 struct macro_table *table;
333 new_macro_key (struct macro_table *t,
368 new_source_file (struct macro_table *t,
402 macro_set_main (struct macro_table *
36 struct macro_table struct
[all...]
H A Dmacroscope.c40 || ! sal.symtab->macro_table)
45 main = macro_main (sal.symtab->macro_table);
H A Dbuildsym.h290 EXTERN struct macro_table *pending_macros;
H A Dmacrocmd.c202 static struct macro_table *user_macros;
H A Dsymtab.h803 struct macro_table *macro_table;
800 struct macro_table *macro_table; member in struct:symtab
H A Dbuildsym.c965 symtab->macro_table = pending_macros;
H A Dsource.c616 s->macro_table ? "Includes" : "Does not include");

Completed in 72 milliseconds