Searched refs:section_count (Results 1 – 3 of 3) sorted by relevance
36 uint16_t section_count; member137 *sections = malloc(pe_hdr.section_count * sizeof(**sections)); in load()147 read(in, *sections, pe_hdr.section_count * sizeof(**sections)) != in load()148 pe_hdr.section_count * sizeof(**sections) ) in load()156 return pe_hdr.section_count; in load()
159 __u16 section_count; member
67 rcd.hdr.section_count = 1; in apei_write_mce()
Completed in 7 milliseconds