Searched refs:section_header (Results 1 – 5 of 5) sorted by relevance
133 static bool read_eif_section_header(FILE *f, EifSectionHeader *section_header, in read_eif_section_header() argument137 size_t section_header_size = sizeof(*section_header); in read_eif_section_header()139 got = fread(section_header, 1, section_header_size, f); in read_eif_section_header()145 *crc = crc32(*crc, (uint8_t *)section_header, section_header_size); in read_eif_section_header()147 section_header->section_type = be16_to_cpu(section_header->section_type); in read_eif_section_header()148 section_header->flags = be16_to_cpu(section_header->flags); in read_eif_section_header()149 section_header->section_size = be64_to_cpu(section_header->section_size); in read_eif_section_header()
47 'section_header': {},
359 struct section_header {
[all...]