Lines Matching refs:off_t
89 off_t size);
136 off_t
153 get_view(off_t offset, off_t start, section_size_type size, bool aligned,
159 read(off_t start, section_size_type size, void* p);
168 get_lasting_view(off_t offset, off_t start, section_size_type size,
186 off_t file_offset;
192 Read_multiple_entry(off_t o, section_size_type s, unsigned char* b) in Read_multiple_entry()
204 read_multiple(off_t base, const Read_multiple&);
266 View(off_t start, section_size_type size, const unsigned char* data, in View()
275 off_t
335 off_t start_;
359 typedef std::map<std::pair<off_t, unsigned int>, View*> Views;
370 find_view(off_t start, section_size_type size, unsigned int byteshift,
375 do_read(off_t start, section_size_type size, void* p);
383 make_view(off_t start, section_size_type size, unsigned int byteshift,
388 find_or_make_view(off_t offset, off_t start, section_size_type size,
396 static const off_t page_size = 8192;
399 static off_t
400 page_offset(off_t file_offset) in page_offset()
404 static off_t
405 pages(off_t file_size) in pages()
413 do_readv(off_t base, const Read_multiple&, size_t start, size_t count);
425 off_t size_;
504 off_t size);