Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_image_loader.c101 if (dos->e_magic != IMAGE_DOS_SIGNATURE) { in efi_load_pe()
/OK3568_Linux_fs/u-boot/include/
H A Dpe.h36 #define IMAGE_DOS_SIGNATURE 0x5A4D /* MZ */ macro