Searched refs:macro_table (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | macrotab.h | 75 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 D | macrotab.c | 36 struct macro_table struct 80 macro_alloc (int size, struct macro_table *t) in macro_alloc() argument 90 macro_free (void *object, struct macro_table *t) in macro_free() 101 macro_bcache (struct macro_table *t, const void *addr, int len) in macro_bcache() 118 macro_bcache_str (struct macro_table *t, const char *s) in macro_bcache_str() 127 macro_bcache_free (struct macro_table *t, void *obj) in macro_bcache_free() 144 struct macro_table *table; 330 new_macro_key (struct macro_table *t, in new_macro_key() 364 new_source_file (struct macro_table *t, in new_source_file() 398 macro_set_main (struct macro_table *t, in macro_set_main() [all …]
|
| H A D | macroscope.c | 40 || ! sal.symtab->macro_table) in sal_macro_scope() 45 main = macro_main (sal.symtab->macro_table); in sal_macro_scope()
|
| H A D | buildsym.h | 289 EXTERN struct macro_table *pending_macros;
|
| H A D | symtab.h | 800 struct macro_table *macro_table; member
|
| H A D | macrocmd.c | 199 static struct macro_table *user_macros;
|
| H A D | buildsym.c | 958 symtab->macro_table = pending_macros; in end_symtab()
|
| H A D | source.c | 614 s->macro_table ? "Includes" : "Does not include"); in source_info()
|
| H A D | ChangeLog-2002 | 9325 * symtab.h (struct symtab): New member: `macro_table'.
|