Home | History | Annotate | Download | only in gold

Lines Matching refs:oview

1661   unsigned char* const oview = of->get_output_view(offset, oview_size);
1662 unsigned char* pov = oview;
1724 (elfcpp::Elf_Xword) (oview - (pov + 0x04)));
1755 (elfcpp::Elf_Xword) (oview - (pov + 0x04)));
1783 gold_assert(static_cast<section_size_type>(pov - oview) == oview_size);
1785 of->write_output_view(offset, oview_size, oview);