Home
last modified time | relevance | path

Searched refs:Abbrev_code (Results 1 – 2 of 2) 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() argument
239 const Abbrev_code*
256 const Abbrev_code*
261 store_abbrev(unsigned int code, const Abbrev_code* entry) in store_abbrev()
273 typedef Unordered_map<unsigned int, const Abbrev_code*> Abbrev_code_table;
290 const Abbrev_code* low_abbrev_codes_[low_abbrev_code_max_];
625 typedef Dwarf_abbrev_table::Abbrev_code Abbrev_code; typedef
657 const Abbrev_code* abbrev_code_;
724 const Dwarf_abbrev_table::Abbrev_code*
Ddwarf_reader.cc226 const Dwarf_abbrev_table::Abbrev_code*
264 Abbrev_code* entry = new Abbrev_code(tag, has_children); in do_get_abbrev()