Home | History | Annotate | Download | only in gold

Lines Matching refs:attributes_

652     child_offset_(0), sibling_offset_(0), abbrev_code_(NULL), attributes_(),
691 this->attributes_.reserve(nattr);
906 this->attributes_.push_back(attr_value);
1051 for (unsigned int i = 0; i < this->attributes_.size(); ++i)
1053 if (this->attributes_[i].attr == attr)
1054 return &this->attributes_[i];