Home
last modified time | relevance | path

Searched refs:high_abbrev_codes_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Ddwarf_reader.h210 owns_buffer_(false), buffer_pos_(NULL), high_abbrev_codes_() in Dwarf_abbrev_table()
266 this->high_abbrev_codes_[code] = entry; in store_abbrev()
291 Abbrev_code_table high_abbrev_codes_; variable
Ddwarf_reader.cc156 for (Abbrev_code_table::iterator it = this->high_abbrev_codes_.begin(); in clear_abbrev_codes()
157 it != this->high_abbrev_codes_.end(); in clear_abbrev_codes()
163 this->high_abbrev_codes_.clear(); in clear_abbrev_codes()
230 Abbrev_code_table::const_iterator it = this->high_abbrev_codes_.find(code); in do_get_abbrev()
231 if (it != this->high_abbrev_codes_.end()) in do_get_abbrev()