Searched refs:section_header_size (Results 1 – 3 of 3) sorted by relevance
137 size_t section_header_size = sizeof(*section_header); in read_eif_section_header() local139 got = fread(section_header, 1, section_header_size, f); in read_eif_section_header()140 if (got != section_header_size) { in read_eif_section_header()145 *crc = crc32(*crc, (uint8_t *)section_header, section_header_size); in read_eif_section_header()
61 uint16_t section_header_size; member
1340 hdr->section_header_size = in sb_prefill_image_header()1381 sections_blocks = hdr->section_count * hdr->section_header_size; in sb_postfill_image_header()1749 if (hdr->section_header_size != sz) in sb_verify_image_header()1752 hdr->section_header_size); in sb_verify_image_header()1768 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()1783 sz = hdr->header_blocks + hdr->section_header_size * hdr->section_count; in sb_verify_image_header()