Lines Matching defs:View
491 // Return a view of the contents of a section. Set *PLEN to the
621 // The View class is returned by view. It must support a single
624 class View
627 View(const unsigned char* p)
639 // Return a View.
640 View
641 view(off_t file_offset, section_size_type data_size)
642 { return View(this->get_view(file_offset, data_size, true, true)); }
659 // Get a View given a Location.
660 View view(Location loc)
661 { return View(this->get_view(loc.file_offset, loc.data_size, true, true)); }
663 // Get a view into the underlying file.
671 // Get a lasting view into the underlying file.
761 // Return a view of the decompressed contents of a section. Set *PLEN
2428 unsigned char* view;
2593 unsigned char* view, section_size_type view_size,
2600 size_t reloc_count, unsigned char* view,
2879 // offset OFFSET. This sets *START to point to a view of the start of
2880 // the file. It sets *READ_SIZE to the number of bytes in the view.