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