Home | History | Annotate | Download | only in gold

Lines Matching defs:View

59   class View
62 View(File_read& file, off_t file_offset, off_t data_size)
73 View view(off_t file_offset, off_t data_size)
75 return View(this->file_, this->offset_ + file_offset, data_size);
78 View view(Location loc)
80 return this->view(loc.offset(), loc.size());
209 Sniff_file::View view(file.view(loc));
210 const unsigned char* note_data = view.data();