Searched refs:nt64 (Results 1 – 1 of 1) sorted by relevance
296 IMAGE_NT_HEADERS64 *nt64 = (void *)nt; in efi_image_parse() local297 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_image_parse()301 if (nt64->OptionalHeader.NumberOfRvaAndSizes <= ctidx) { in efi_image_parse()793 IMAGE_NT_HEADERS64 *nt64 = (void *)nt; in efi_load_pe() local794 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_load_pe()
Completed in 21 milliseconds