Searched defs:_Dwarf_Abbrev (Results 1 – 1 of 1) sorted by relevance
122 struct _Dwarf_Abbrev { struct123 uint64_t ab_entry; /* Abbrev entry. */124 uint64_t ab_tag; /* Tag: DW_TAG_ */125 uint8_t ab_children; /* DW_CHILDREN_no or DW_CHILDREN_yes */126 uint64_t ab_offset; /* Offset in abbrev section. */127 uint64_t ab_length; /* Length of this abbrev entry. */128 uint64_t ab_atnum; /* Number of attribute defines. */129 UT_hash_handle ab_hh; /* Uthash handle. */