Lines Matching refs:current_rom_index
1727 uint32_t current_rom_index; member
1743 if (parser->current_rom_index != 0) { in handle_record_type()
1745 parser->current_rom_index, in handle_record_type()
1749 parser->current_rom_index = 0; in handle_record_type()
1753 memcpy(parser->bin_buf + parser->current_rom_index, line->data, in handle_record_type()
1755 parser->current_rom_index += line->byte_count; in handle_record_type()
1763 if (parser->current_rom_index != 0) { in handle_record_type()
1765 parser->current_rom_index, in handle_record_type()
1776 if (parser->current_rom_index != 0) { in handle_record_type()
1778 parser->current_rom_index, in handle_record_type()
1791 parser->current_rom_index = 0; in handle_record_type()