Searched refs:byte_no (Results 1 – 1 of 1) sorted by relevance
329 int byte_no; member799 if (mmop->byte_no != 0) in mmo_write_chunk()801 while (mmop->byte_no < 4 && len != 0) in mmo_write_chunk()803 mmop->buf[mmop->byte_no++] = *loc++; in mmo_write_chunk()807 if (mmop->byte_no == 4) in mmo_write_chunk()810 mmop->byte_no = 0; in mmo_write_chunk()831 BFD_ASSERT (mmop->byte_no == 0); in mmo_write_chunk()833 mmop->byte_no = len; in mmo_write_chunk()847 if (abfd->tdata.mmo_data->byte_no != 0) in mmo_flush_chunk()849 memset (abfd->tdata.mmo_data->buf + abfd->tdata.mmo_data->byte_no, in mmo_flush_chunk()[all …]