Home | History | Annotate | Download | only in gold

Lines Matching refs:buffer_end_

213       this->buffer_end_ = this->buffer_ + buffer_size;
241 if (this->buffer_pos_ >= this->buffer_end_)
246 this->buffer_pos_ = this->buffer_end_;
252 if (this->buffer_pos_ >= this->buffer_end_)
258 if (this->buffer_pos_ >= this->buffer_end_)
268 if (this->buffer_pos_ >= this->buffer_end_)
274 if (this->buffer_pos_ >= this->buffer_end_)
526 this->buffer_end_ = this->buffer_ + buffer_size;
562 if (offset < 0 || offset + 14 >= this->buffer_end_ - this->buffer_)
587 if (this->end_of_table_ > this->buffer_end_)
588 this->end_of_table_ = this->buffer_end_;
602 if (pinfo >= this->buffer_end_)
636 while (pinfo < this->buffer_end_ && *pinfo != '\0')
638 if (pinfo < this->buffer_end_)
1253 this->buffer_end_ = this->buffer_ + buffer_size;
1267 while (pinfo < this->buffer_end_)
1272 this->cu_length_ = this->buffer_end_ - cu_start;
1572 this->buffer_end_ = this->buffer_ + buffer_size;
1660 gold_assert(this->end_of_unit_ <= buffer_end_);
2350 while (this->buffer_ < this->buffer_end_)