Lines Matching refs:buffer_end_
213 this->buffer_end_ = this->buffer_ + buffer_size; in do_read_abbrevs()
241 if (this->buffer_pos_ >= this->buffer_end_) in do_get_abbrev()
246 this->buffer_pos_ = this->buffer_end_; in do_get_abbrev()
252 if (this->buffer_pos_ >= this->buffer_end_) in do_get_abbrev()
258 if (this->buffer_pos_ >= this->buffer_end_) in do_get_abbrev()
268 if (this->buffer_pos_ >= this->buffer_end_) in do_get_abbrev()
274 if (this->buffer_pos_ >= this->buffer_end_) in do_get_abbrev()
661 this->buffer_end_ = this->buffer_ + buffer_size; in read_section()
697 if (offset < 0 || offset + 14 >= this->buffer_end_ - this->buffer_) in read_header()
722 if (this->end_of_table_ > this->buffer_end_) in read_header()
723 this->end_of_table_ = this->buffer_end_; in read_header()
737 if (pinfo >= this->buffer_end_) in read_header()
771 while (pinfo < this->buffer_end_ && *pinfo != '\0') in next_name()
773 if (pinfo < this->buffer_end_) in next_name()
1483 this->buffer_end_ = this->buffer_ + buffer_size; in do_parse()
1497 while (pinfo < this->buffer_end_) in do_parse()
1502 this->cu_length_ = this->buffer_end_ - cu_start; in do_parse()
1821 this->buffer_end_ = this->buffer_ + buffer_size; in Sized_dwarf_line_info()
1907 gold_assert(this->end_of_unit_ <= buffer_end_); in read_header_prolog()
2480 while (this->buffer_ < this->buffer_end_) in read_line_mappings()