Searched refs:current_rom_index (Results 1 – 1 of 1) sorted by relevance
1760 uint32_t current_rom_index; member1776 if (parser->current_rom_index != 0) { in handle_record_type()1778 parser->current_rom_index, in handle_record_type()1782 parser->current_rom_index = 0; in handle_record_type()1786 memcpy(parser->bin_buf + parser->current_rom_index, line->data, in handle_record_type()1788 parser->current_rom_index += line->byte_count; in handle_record_type()1796 if (parser->current_rom_index != 0) { in handle_record_type()1798 parser->current_rom_index, in handle_record_type()1809 if (parser->current_rom_index != 0) { in handle_record_type()1811 parser->current_rom_index, in handle_record_type()[all …]