HomeSort by relevance Sort by last modified time
    Searched refs:Dwarf_Macro_Op_Table (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdw/
dwarf_getmacros.c 56 const Dwarf_Macro_Op_Table *t1 = (const Dwarf_Macro_Op_Table *) p1;
57 const Dwarf_Macro_Op_Table *t2 = (const Dwarf_Macro_Op_Table *) p2;
73 build_table (Dwarf_Macro_Op_Table *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;
118 static Dwarf_Macro_Op_Table *
130 Dwarf_Macro_Op_Table *table = libdw_alloc (dbg, Dwarf_Macro_Op_Table
    [all...]
dwarf_macro_getsrcfiles.c 40 Dwarf_Macro_Op_Table *const table = macro->table;
libdwP.h 511 } Dwarf_Macro_Op_Table;
515 Dwarf_Macro_Op_Table *table;
    [all...]

Completed in 555 milliseconds