Lines Matching refs:pvs
693 View_size* pvs = &(*pviews)[i]; in write_sections() local
695 pvs->view = NULL; in write_sections()
722 pvs->offset = posd->offset(); in write_sections()
723 pvs->view_size = posd->data_size(); in write_sections()
724 pvs->view = of->get_output_view(pvs->offset, pvs->view_size); in write_sections()
725 pvs->address = posd->address(); in write_sections()
726 pvs->is_input_output_view = false; in write_sections()
727 pvs->is_postprocessing_view = false; in write_sections()
728 pvs->is_ctors_reverse_view = false; in write_sections()
837 pvs->view = view; in write_sections()
838 pvs->address = os->address(); in write_sections()
840 pvs->address += output_offset; in write_sections()
841 pvs->offset = view_start; in write_sections()
842 pvs->view_size = view_size; in write_sections()
843 pvs->is_input_output_view = output_offset == invalid_address; in write_sections()
844 pvs->is_postprocessing_view = os->requires_postprocessing(); in write_sections()
845 pvs->is_ctors_reverse_view = in write_sections()