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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmacrotab.h79 struct macro_table;
132 struct macro_table *table;
175 struct macro_table *new_macro_table (struct obstack *obstack,
183 void free_macro_table (struct macro_table *table);
197 struct macro_source_file *macro_set_main (struct macro_table *table,
202 struct macro_source_file *macro_main (struct macro_table *table);
207 void macro_allow_redefinitions (struct macro_table *table);
228 void macro_define_special (struct macro_table *table);
294 struct macro_table *table;
347 void macro_for_each (struct macro_table *tabl
[all...]
H A Dmacroscope.h28 extern struct macro_table *macro_user_macros;
H A Dmacrotab.c36 struct macro_table
88 macro_alloc (int size, struct macro_table *t)
98 macro_free (void *object, struct macro_table *t)
115 macro_bcache (struct macro_table *t, const void *addr, int len)
133 macro_bcache_str (struct macro_table *t, const char *s)
142 macro_bcache_free (struct macro_table *t, void *obj)
166 struct macro_table *table;
353 new_macro_key (struct macro_table *t,
388 new_source_file (struct macro_table *t,
423 macro_set_main (struct macro_table *
35 struct macro_table struct
[all...]
H A Dbuildsym.h157 struct macro_table *get_macro_table ();
159 struct macro_table *release_macros ()
161 struct macro_table *result = m_pending_macros;
341 struct macro_table *m_pending_macros = nullptr;
H A Dbuildsym-legacy.h125 extern struct macro_table *get_macro_table (void);
H A Dmacroscope.c35 struct macro_table *macro_user_macros;
H A Dbuildsym-legacy.c325 struct macro_table *
H A Dsymtab.h1497 struct macro_table *macro_table;
1525 #define COMPUNIT_MACRO_TABLE(cust) ((cust)->macro_table)
1495 struct macro_table *macro_table; member in struct:compunit_symtab
H A Dbuildsym.c119 struct macro_table *
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmacrotab.h79 struct macro_table;
132 struct macro_table *table;
175 struct macro_table *new_macro_table (struct obstack *obstack,
183 void free_macro_table (struct macro_table *table);
197 struct macro_source_file *macro_set_main (struct macro_table *table,
202 struct macro_source_file *macro_main (struct macro_table *table);
207 void macro_allow_redefinitions (struct macro_table *table);
228 void macro_define_special (struct macro_table *table);
294 struct macro_table *table;
347 void macro_for_each (struct macro_table *tabl
[all...]
H A Dmacroscope.h28 extern struct macro_table *macro_user_macros;
H A Dmacroscope.c35 struct macro_table *macro_user_macros;
48 if (cust->macro_table () == NULL)
53 main_file = macro_main (cust->macro_table ());
H A Dmacrotab.c37 struct macro_table
89 macro_alloc (int size, struct macro_table *t)
99 macro_free (void *object, struct macro_table *t)
116 macro_bcache (struct macro_table *t, const void *addr, int len)
134 macro_bcache_str (struct macro_table *t, const char *s)
143 macro_bcache_free (struct macro_table *t, void *obj)
167 struct macro_table *table;
354 new_macro_key (struct macro_table *t,
389 new_source_file (struct macro_table *t,
424 macro_set_main (struct macro_table *
36 struct macro_table struct
[all...]
H A Dbuildsym.h194 struct macro_table *get_macro_table ();
196 struct macro_table *release_macros ()
198 struct macro_table *result = m_pending_macros;
393 struct macro_table *m_pending_macros = nullptr;
H A Dsymtab.h1820 struct macro_table *macro_table () const
1825 void set_macro_table (struct macro_table *macro_table)
1827 m_macro_table = macro_table;
1908 struct macro_table *m_macro_table;
1818 struct macro_table *macro_table () const function in struct:compunit_symtab
1823 set_macro_table(struct macro_table *macro_table) argument
H A Dbuildsym.c110 struct macro_table *
H A Dsource.c738 (cust->macro_table () != nullptr
/netbsd-current/external/gpl2/groff/dist/src/preproc/eqn/
H A Dlex.cpp60 PTABLE(definition) macro_table;
268 macro_table.define(token_table[i].name, def);
275 macro_table.define(def_table[i].name, def);
280 macro_table.define(device, def);
799 definition *def = macro_table.lookup(token_buffer.contents());
862 definition *def = macro_table.lookup(token_buffer.contents());
919 definition *def = macro_table.lookup(name);
922 macro_table.define(name, def);
942 macro_table.define(token_buffer.contents(), 0);
1014 definition *def = macro_table
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-file.c62 st.symtab->compunit ()->macro_table () != NULL);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dmacro.c60 struct macro_table *macro_table = builder->get_macro_table (); local
64 current_file = macro_set_main (macro_table, file_name.get ());
65 macro_define_special (macro_table);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dmacro.c75 struct macro_table *macro_table = builder->get_macro_table (); local
79 current_file = macro_set_main (macro_table, file_name.c_str ());
80 macro_define_special (macro_table);
/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dlex.cpp32 PTABLE(char) macro_table;
1204 def = macro_table.lookup(token_buffer.contents());
1316 macro_table.define(name, strsave(token_buffer.contents()));
1327 macro_table.define(token_buffer.contents(), 0);
1719 char *def = macro_table.lookup(token_buffer.contents());

Completed in 376 milliseconds