Searched defs:_Dwarf_Abbrev (Results 1 – 1 of 1) sorted by relevance
129 struct _Dwarf_Abbrev { struct130 uint64_t ab_entry; /* Abbrev entry. */131 uint64_t ab_tag; /* Tag: DW_TAG_ */132 uint8_t ab_children; /* DW_CHILDREN_no or DW_CHILDREN_yes */133 uint64_t ab_offset; /* Offset in abbrev section. */134 uint64_t ab_length; /* Length of this abbrev entry. */135 uint64_t ab_atnum; /* Number of attribute defines. */136 UT_hash_handle ab_hh; /* Uthash handle. */