Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwarf_reader.h518 if (this->abbrev_code_ == NULL) in tag()
520 return this->abbrev_code_->tag; in tag()
527 gold_assert(this->abbrev_code_ != NULL); in has_children()
528 return this->abbrev_code_->has_children; in has_children()
535 gold_assert(this->abbrev_code_ != NULL); in has_sibling_attribute()
536 return this->abbrev_code_->has_sibling_attribute; in has_sibling_attribute()
666 const Abbrev_code* abbrev_code_; variable
Ddwarf_reader.cc787 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(), in Dwarf_die()
806 this->abbrev_code_ = dwinfo->get_abbrev(code); in Dwarf_die()
817 gold_assert(this->abbrev_code_ != NULL); in read_attributes()
825 unsigned int nattr = this->abbrev_code_->attributes.size(); in read_attributes()
830 unsigned int attr = this->abbrev_code_->attributes[i].attr; in read_attributes()
831 unsigned int form = this->abbrev_code_->attributes[i].form; in read_attributes()
850 this->abbrev_code_->attributes[i].implicit_const; in read_attributes()
1131 gold_assert(this->abbrev_code_ != NULL); in skip_attributes()
1139 for (unsigned int i = 0; i < this->abbrev_code_->attributes.size(); ++i) in skip_attributes()
1142 unsigned int form = this->abbrev_code_->attributes[i].form; in skip_attributes()
[all …]