Searched refs:byte_no (Results 1 – 1 of 1) sorted by relevance
329 int byte_no; member835 if (mmop->byte_no != 0) in mmo_write_chunk()837 while (mmop->byte_no < 4 && len != 0) in mmo_write_chunk()839 mmop->buf[mmop->byte_no++] = *loc++; in mmo_write_chunk()843 if (mmop->byte_no == 4) in mmo_write_chunk()846 mmop->byte_no = 0; in mmo_write_chunk()867 BFD_ASSERT (mmop->byte_no == 0); in mmo_write_chunk()869 mmop->byte_no = len; in mmo_write_chunk()883 if (abfd->tdata.mmo_data->byte_no != 0) in mmo_flush_chunk()885 memset (abfd->tdata.mmo_data->buf + abfd->tdata.mmo_data->byte_no, in mmo_flush_chunk()[all …]