Home | History | Annotate | Download | only in gold

Lines Matching defs:oview_size

1399   const off_t oview_size = this->data_size();
1400 unsigned char* const oview = of->get_output_view(off, oview_size);
1431 gold_assert(pov - oview == oview_size);
1446 of->write_output_view(off, oview_size, oview);