Home | History | Annotate | Download | only in gold

Lines Matching refs:oview

1676   unsigned char* const oview = of->get_output_view(offset, oview_size);
1677 unsigned char* pov = oview;
1739 (elfcpp::Elf_Xword) (oview - (pov + 0x04)));
1770 (elfcpp::Elf_Xword) (oview - (pov + 0x04)));
1798 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size);
1800 of->write_output_view(offset, oview_size, oview);