Home | History | Annotate | Download | only in gold

Lines Matching refs:oview

89   write_input_files(unsigned char* oview, unsigned char* pov,
94 write_info_blocks(unsigned char* oview, unsigned char* pov,
1400 unsigned char* const oview = of->get_output_view(off, oview_size);
1401 unsigned char* pov = oview;
1425 pov = this->write_input_files(oview, pov, strtab);
1428 pov = this->write_info_blocks(oview, pov, strtab, global_syms,
1431 gold_assert(pov - oview == oview_size);
1446 of->write_output_view(off, oview_size, oview);
1474 unsigned char* oview,
1485 gold_assert(static_cast<unsigned int>(pov - oview) == (*p)->get_offset());
1511 unsigned char* oview,
1529 gold_assert(static_cast<unsigned int>(pov - oview)
1552 gold_assert(static_cast<unsigned int>(pov - oview)
1655 pov - oview;
1684 gold_assert(static_cast<unsigned int>(pov - oview)
1742 gold_assert(static_cast<unsigned int>(pov - oview)
1777 if (static_cast<unsigned int>(pov - oview) & 4)
2583 unsigned char* oview = NULL;
2585 oview = of->get_output_view(symtab_off + this->local_symbol_offset_,
2595 unsigned char* ov = oview;
2652 gold_assert(ov - oview == output_size);
2654 output_size, oview);