Searched refs:end_of_unit_ (Results 1 – 2 of 2) sorted by relevance
1659 this->end_of_unit_ = lineptr + initial_length; in read_header_prolog()1660 gold_assert(this->end_of_unit_ <= buffer_end_); in read_header_prolog()1669 return this->end_of_unit_; in read_header_prolog()2360 this->end_of_unit_, in read_line_mappings()2378 this->end_of_unit_, in read_line_mappings()2387 this->end_of_unit_, in read_line_mappings()2394 this->buffer_ = this->end_of_unit_; in read_line_mappings()
1115 const unsigned char* end_of_unit_; variable