Searched refs:IMAGE_SECTION_HEADER (Results 1 – 2 of 2) sorted by relevance
231 const IMAGE_SECTION_HEADER *section1, *section2; in cmp_pe_section()233 section1 = *((const IMAGE_SECTION_HEADER **)arg1); in cmp_pe_section()234 section2 = *((const IMAGE_SECTION_HEADER **)arg2); in cmp_pe_section()265 IMAGE_SECTION_HEADER *sections, **sorted; in efi_image_parse()353 sorted = calloc(sizeof(IMAGE_SECTION_HEADER *), num_sections); in efi_image_parse()736 IMAGE_SECTION_HEADER *sections; in efi_load_pe()786 IMAGE_SECTION_HEADER *sec = §ions[i]; in efi_load_pe()837 + num_sections * sizeof(IMAGE_SECTION_HEADER)); in efi_load_pe()841 IMAGE_SECTION_HEADER *sec = §ions[i]; in efi_load_pe()
156 } IMAGE_SECTION_HEADER, *PIMAGE_SECTION_HEADER; typedef
Completed in 6 milliseconds