Home
last modified time | relevance | path

Searched refs:current_rom_index (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/core/
H A Dloader.c1727 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()
[all …]