Searched defs:Abbrev_code (Results 1 – 1 of 1) sorted by relevance
184 struct Abbrev_code struct186 Abbrev_code(unsigned int t, bool hc) in Abbrev_code() function193 add_attribute(unsigned int attr, unsigned int form) in add_attribute()199 unsigned int tag;201 bool has_children : 1;203 bool has_sibling_attribute : 1;205 std::vector<Attribute> attributes;625 typedef Dwarf_abbrev_table::Abbrev_code Abbrev_code; typedef