Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Ddwarf_reader.h185 struct Abbrev_code struct
187 Abbrev_code(unsigned int t, bool hc) in Abbrev_code() argument
194 add_attribute(unsigned int attr, unsigned int form, int implicit_const) in add_attribute()
200 unsigned int tag;
202 bool has_children : 1;
204 bool has_sibling_attribute : 1;
206 std::vector<Attribute> attributes;
634 typedef Dwarf_abbrev_table::Abbrev_code Abbrev_code; typedef
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Ddwarf_reader.h185 struct Abbrev_code struct
187 Abbrev_code(unsigned int t, bool hc) in Abbrev_code() function
194 add_attribute(unsigned int attr, unsigned int form, int implicit_const) in add_attribute()
200 unsigned int tag;
202 bool has_children : 1;
204 bool has_sibling_attribute : 1;
206 std::vector<Attribute> attributes;
634 typedef Dwarf_abbrev_table::Abbrev_code Abbrev_code; typedef