Home
last modified time | relevance | path

Searched refs:Dwarf_Macro_Op_Table (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getmacros.c57 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()
[all …]
Ddwarf_macro_getsrcfiles.c40 Dwarf_Macro_Op_Table *const table = macro->table; in dwarf_macro_getsrcfiles()
DlibdwP.h386 } Dwarf_Macro_Op_Table; typedef
390 Dwarf_Macro_Op_Table *table;
DChangeLog520 (Dwarf_Macro_Op_Proto, Dwarf_Macro_Op_Table): New structures for