Home
last modified time | relevance | path

Searched refs:e_magic (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.h15 uint16_t e_magic; /* 00: MZ Header signature */ member