Home
last modified time | relevance | path

Searched refs:IMAGE_SECTION_HEADER (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_image_loader.c231 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 = &sections[i]; in efi_load_pe()
837 + num_sections * sizeof(IMAGE_SECTION_HEADER)); in efi_load_pe()
841 IMAGE_SECTION_HEADER *sec = &sections[i]; in efi_load_pe()
/u-boot/include/
A Dpe.h156 } IMAGE_SECTION_HEADER, *PIMAGE_SECTION_HEADER; typedef

Completed in 6 milliseconds