Home | History | Annotate | Download | only in gold

Lines Matching refs:end_of_table_

582   this->end_of_table_ = pinfo + unit_length;
587 if (this->end_of_table_ > this->buffer_end_)
588 this->end_of_table_ = this->buffer_end_;
618 if (pinfo + this->offset_size_ >= this->end_of_table_)