Searched refs:eif_header (Results 1 – 1 of 1) sorted by relevance
439 EifHeader eif_header; in read_eif_file() local459 if (!read_eif_header(f, &eif_header, &crc, errp)) { in read_eif_file()463 if (eif_header.version < 4) { in read_eif_file()468 if (eif_header.flags != 0) { in read_eif_file()473 if (eif_header.section_cnt > MAX_SECTIONS) { in read_eif_file()479 for (int i = 0; i < eif_header.section_cnt; ++i) { in read_eif_file()483 if (eif_header.section_offsets[i] > OFF_MAX) { in read_eif_file()489 eif_header.section_offsets[i]); in read_eif_file()505 eif_header.section_sizes[i], in read_eif_file()671 if (eif_header.eif_crc32 != crc) { in read_eif_file()[all …]