Searched defs:Dwarf_P_Abbrev_s (Results 1 – 1 of 1) sorted by relevance
46 struct Dwarf_P_Abbrev_s { struct47 Dwarf_Unsigned abb_idx; /* index of abbreviation */48 Dwarf_Tag abb_tag; /* tag of die */49 Dwarf_Ubyte abb_children; /* if children are present */50 Dwarf_ufixed *abb_attrs; /* holds names of attrs */51 Dwarf_ufixed *abb_forms; /* forms of attributes */52 int abb_n_attr; /* num of attrs = # of forms */53 Dwarf_P_Abbrev abb_next;