Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Ddwarf_reader.h184 struct Abbrev_code struct
186 Abbrev_code(unsigned int t, bool hc) in Abbrev_code() argument
193 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
/dragonfly/contrib/binutils-2.34/gold/
H A Ddwarf_reader.h184 struct Abbrev_code struct
186 Abbrev_code(unsigned int t, bool hc) in Abbrev_code() argument
193 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