Lines Matching refs:pvs
732 View_size* pvs = &(*pviews)[i]; in write_sections() local
734 pvs->view = NULL; in write_sections()
761 pvs->offset = posd->offset(); in write_sections()
762 pvs->view_size = posd->data_size(); in write_sections()
763 pvs->view = of->get_output_view(pvs->offset, pvs->view_size); in write_sections()
764 pvs->address = posd->address(); in write_sections()
765 pvs->is_input_output_view = false; in write_sections()
766 pvs->is_postprocessing_view = false; in write_sections()
767 pvs->is_ctors_reverse_view = false; in write_sections()
874 pvs->view = view; in write_sections()
875 pvs->address = os->address(); in write_sections()
877 pvs->address += output_offset; in write_sections()
878 pvs->offset = view_start; in write_sections()
879 pvs->view_size = view_size; in write_sections()
880 pvs->is_input_output_view = output_offset == invalid_address; in write_sections()
881 pvs->is_postprocessing_view = os->requires_postprocessing(); in write_sections()
882 pvs->is_ctors_reverse_view = in write_sections()