Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dpe.h38 #define IMAGE_NT_SIGNATURE 0x00004550 /* PE00 */ macro
/openbmc/u-boot/lib/efi_loader/
H A Defi_image_loader.c241 if (nt->Signature != IMAGE_NT_SIGNATURE) { in efi_load_pe()