Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/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.c36 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 Dmacroscope.c40 || ! sal.symtab->macro_table) in sal_macro_scope()
45 main = macro_main (sal.symtab->macro_table); in sal_macro_scope()
H A Dbuildsym.h289 EXTERN struct macro_table *pending_macros;
H A Dsymtab.h800 struct macro_table *macro_table; member
H A Dmacrocmd.c199 static struct macro_table *user_macros;
H A Dbuildsym.c958 symtab->macro_table = pending_macros; in end_symtab()
H A Dsource.c614 s->macro_table ? "Includes" : "Does not include"); in source_info()
H A DChangeLog-20029325 * symtab.h (struct symtab): New member: `macro_table'.