Lines Matching refs:Dwarf_Macro_Op_Table
57 const Dwarf_Macro_Op_Table *t1 = (const Dwarf_Macro_Op_Table *) p1; in macro_op_compare()
58 const Dwarf_Macro_Op_Table *t2 = (const Dwarf_Macro_Op_Table *) p2; in macro_op_compare()
74 build_table (Dwarf_Macro_Op_Table *table, in build_table()
91 enum { macinfo_data_size = offsetof (Dwarf_Macro_Op_Table, table[5]) };
93 __attribute__ ((aligned (__alignof (Dwarf_Macro_Op_Table))));
113 Dwarf_Macro_Op_Table *macinfo_table = (void *) macinfo_data; in init_macinfo_table()
119 static Dwarf_Macro_Op_Table *
131 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_macinfo_table()
144 static Dwarf_Macro_Op_Table *
246 size_t macop_table_size = offsetof (Dwarf_Macro_Op_Table, table[ct]); in get_table_for_offset()
248 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_table_for_offset()
251 *table = (Dwarf_Macro_Op_Table) { in get_table_for_offset()
267 static Dwarf_Macro_Op_Table *
273 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table()
274 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops, in cache_op_table()
279 Dwarf_Macro_Op_Table *table = sec_index == IDX_debug_macro in cache_op_table()
286 Dwarf_Macro_Op_Table **ret = tsearch (table, &dbg->macro_ops, in cache_op_table()
319 Dwarf_Macro_Op_Table *table = cache_op_table (dbg, sec_index, macoff, in read_macros()