Searched refs:Dwarf_Abbrev (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_abbrev.c | 53 Dwarf_Abbrev * returned_abbrev, in dwarf_get_abbrev() 61 Dwarf_Abbrev ret_abbrev = 0; in dwarf_get_abbrev() 85 ret_abbrev = (Dwarf_Abbrev) _dwarf_get_alloc(dbg, DW_DLA_ABBREV, 1); in dwarf_get_abbrev() 151 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_code() 167 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_tag() 181 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_children_flag() 196 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, in dwarf_get_abbrev_entry()
|
H A D | libdwarf.h | 497 typedef struct Dwarf_Abbrev_s* Dwarf_Abbrev; typedef 1650 Dwarf_Abbrev * /*returned_abbrev*/, 1655 int dwarf_get_abbrev_tag(Dwarf_Abbrev /*abbrev*/, 1658 int dwarf_get_abbrev_code(Dwarf_Abbrev /*abbrev*/, 1662 int dwarf_get_abbrev_children_flag(Dwarf_Abbrev /*abbrev*/, 1666 int dwarf_get_abbrev_entry(Dwarf_Abbrev /*abbrev*/,
|