HomeSort by relevance Sort by last modified time
    Searched refs:abbrev_code_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.h 509 if (this->abbrev_code_ == NULL)
511 return this->abbrev_code_->tag;
518 gold_assert(this->abbrev_code_ != NULL);
519 return this->abbrev_code_->has_children;
526 gold_assert(this->abbrev_code_ != NULL);
527 return this->abbrev_code_->has_sibling_attribute;
657 const Abbrev_code* abbrev_code_; member in class:gold::Dwarf_die
    [all...]
dwarf_reader.cc 652 child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(),
671 this->abbrev_code_ = dwinfo->get_abbrev(code);
682 gold_assert(this->abbrev_code_ != NULL);
690 unsigned int nattr = this->abbrev_code_->attributes.size();
695 unsigned int attr = this->abbrev_code_->attributes[i].attr;
696 unsigned int form = this->abbrev_code_->attributes[i].form;
925 gold_assert(this->abbrev_code_ != NULL);
933 for (unsigned int i = 0; i < this->abbrev_code_->attributes.size(); ++i)
936 unsigned int form = this->abbrev_code_->attributes[i].form;
1165 gold_assert(this->abbrev_code_ != NULL)
    [all...]

Completed in 62 milliseconds