Home | History | Annotate | Download | only in gold

Lines Matching defs:get_view

492   // size.  CACHE is a hint as in File_read::get_view.
622 // method, data(). This is trivial, because get_view does what we
642 { return View(this->get_view(file_offset, data_size, true, true)); }
661 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); }
665 get_view(off_t start, section_size_type size, bool aligned, bool cache)
667 return this->input_file()->file().get_view(this->offset_, start, size,
2342 return this->get_view(loc.file_offset, *plen, true, cache);