Searched refs:section_header (Results 1 – 9 of 9) 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()
20 const struct section_header *secs;
31 const struct section_header *secs, *sec; in pefile_parse_binary()210 const struct section_header *shdra = a; in pefile_compare_shdrs()211 const struct section_header *shdrb = b; in pefile_compare_shdrs()
49 'section_header': {},
311 struct section_header { struct
359 struct section_header {
[all...]