HomeSort by relevance Sort by last modified time
    Searched refs:whole_file_view_ (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 230 this->whole_file_view_ = new View(0, size, contents, 0, false,
232 this->add_view(this->whole_file_view_);
343 if (this->whole_file_view_)
345 return this->whole_file_view_;
382 if (this->whole_file_view_ != NULL)
387 memcpy(p, this->whole_file_view_->data() + start, size);
566 if (this->whole_file_view_ == NULL
569 this->whole_file_view_ = this->make_view(0, this->size_, 0, cache);
805 || p->second == this->whole_file_view_)
817 if (p->second == this->whole_file_view_)
    [all...]
fileread.h 75 released_(true), whole_file_view_(NULL)
444 View* whole_file_view_; member in class:gold::File_read

Completed in 49 milliseconds