Home
last modified time | relevance | path

Searched defs:Dwarf_P_Abbrev_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_die.h37 struct Dwarf_P_Abbrev_s { struct
38 Dwarf_Unsigned abb_idx; /* index of abbreviation */
39 Dwarf_Tag abb_tag; /* tag of die */
40 Dwarf_Ubyte abb_children; /* if children are present */
41 Dwarf_Unsigned *abb_attrs; /* holds names of attrs */
42 Dwarf_Unsigned *abb_forms; /* forms of attributes */
45 Dwarf_Signed *abb_implicits;
46 int abb_n_attr; /* num of attrs = # of forms */
47 Dwarf_P_Abbrev abb_next;