Lines Matching refs:Dwarf_Macro_Op_Table
56 const Dwarf_Macro_Op_Table *t1 = (const Dwarf_Macro_Op_Table *) p1; in macro_op_compare()
57 const Dwarf_Macro_Op_Table *t2 = (const Dwarf_Macro_Op_Table *) p2; in macro_op_compare()
73 build_table (Dwarf_Macro_Op_Table *table, in build_table()
90 enum { macinfo_data_size = offsetof (Dwarf_Macro_Op_Table, table[5]) };
92 __attribute__ ((aligned (__alignof (Dwarf_Macro_Op_Table))));
112 Dwarf_Macro_Op_Table *macinfo_table = (void *) macinfo_data; in init_macinfo_table()
118 static Dwarf_Macro_Op_Table *
130 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_macinfo_table()
143 static Dwarf_Macro_Op_Table *
250 size_t macop_table_size = offsetof (Dwarf_Macro_Op_Table, table[ct]); in get_table_for_offset()
252 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table, in get_table_for_offset()
255 *table = (Dwarf_Macro_Op_Table) { in get_table_for_offset()
271 static Dwarf_Macro_Op_Table *
277 Dwarf_Macro_Op_Table fake = { .offset = macoff, .sec_index = sec_index }; in cache_op_table()
278 Dwarf_Macro_Op_Table **found = tfind (&fake, &dbg->macro_ops, in cache_op_table()
283 Dwarf_Macro_Op_Table *table = sec_index == IDX_debug_macro in cache_op_table()
290 Dwarf_Macro_Op_Table **ret = tsearch (table, &dbg->macro_ops, in cache_op_table()
323 Dwarf_Macro_Op_Table *table = cache_op_table (dbg, sec_index, macoff, in read_macros()