Home | History | Annotate | Download | only in gold

Lines Matching refs:Views

242   // uncache all views.
655 Views views;
656 views.resize(shnum);
662 this->write_sections(layout, pshdrs, of, &views);
670 this->relocate_sections(symtab, layout, pshdrs, of, &views);
676 // Write out the accumulated views.
679 if (views[i].view != NULL)
681 if (views[i].is_ctors_reverse_view)
682 this->reverse_words(views[i].view, views[i].view_size);
683 if (!views[i].is_postprocessing_view)
685 if (views[i].is_input_output_view)
686 of->write_input_output_view(views[i].offset,
687 views[i].view_size,
688 views[i].view);
690 of->write_output_view(views[i].offset, views[i].view_size,
691 views[i].view);
712 // section headers. Record the views in *PVIEWS for use when
720 Views* pviews)
787 // is false, then we work with views of the output file
899 // Relocate section data. VIEWS points to the section data as views
909 Views* pviews)
1733 Views* pviews);
1744 Views* pviews);
1755 Views* pviews);
1766 Views* pviews);