Home | History | Annotate | Download | only in gold

Lines Matching defs:View

1487   // The View class is returned by view.  It must support a single
1490 class View
1493 View(const unsigned char* p)
1505 // Return a View.
1506 View
1507 view(off_t file_offset, section_size_type data_size)
1508 { return View(this->output_->get_input_view(file_offset, data_size)); }
1525 // Get a View given a Location.
1526 View
1527 view(Location loc)
1528 { return View(this->view(loc.file_offset, loc.data_size)); }
1664 get_symtab_view(View* symtab_view, unsigned int* sym_count,
1906 // Return a view of the contents of a section.
2117 // Return a view of the contents of a section.