HomeSort by: relevance | last modified time | path
    Searched defs:macro_table (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
macro.c 75 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);
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
macro.c 74 struct macro_table *macro_table = builder->get_macro_table (); local
78 current_file = macro_set_main (macro_table, file_name.c_str ());
79 macro_define_special (macro_table);
  /src/external/gpl3/gdb/dist/gdb/
macrotab.c 36 struct macro_table
88 macro_alloc (int size, struct macro_table *t)
98 macro_free (void *object, struct macro_table *t)
116 macro_bcache (struct macro_table *t, const U *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 *t
35 struct macro_table struct
    [all...]
symtab.h 1932 struct macro_table *macro_table () const
1937 void set_macro_table (struct macro_table *macro_table)
1939 m_macro_table = macro_table;
2025 struct macro_table *m_macro_table;
1930 struct macro_table *macro_table () const function in struct:compunit_symtab
  /src/external/gpl3/gdb.old/dist/gdb/
macrotab.c 36 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 *t
35 struct macro_table struct
    [all...]
symtab.h 1915 struct macro_table *macro_table () const
1920 void set_macro_table (struct macro_table *macro_table)
1922 m_macro_table = macro_table;
1999 struct macro_table *m_macro_table;
1913 struct macro_table *macro_table () const function in struct:compunit_symtab

Completed in 63 milliseconds