Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.h184 struct Abbrev_code struct
186 Abbrev_code(unsigned int t, bool hc) in Abbrev_code() function
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