Searched refs:IMAGE_DOS_SIGNATURE (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_pe.c87 if (signature != IMAGE_DOS_SIGNATURE)
110 if (signature == IMAGE_DOS_SIGNATURE) {
H A Dpe_var.h42 #define IMAGE_DOS_SIGNATURE 0x5A4D /* MZ */ macro
/freebsd-10-stable/sys/boot/efi/include/amd64/
H A Dpe.h8 #define IMAGE_DOS_SIGNATURE 0x5A4D // MZ macro
/freebsd-10-stable/sys/boot/efi/include/i386/
H A Dpe.h8 #define IMAGE_DOS_SIGNATURE 0x5A4D // MZ macro
/freebsd-10-stable/sys/boot/efi/include/ia64/
H A Dpe.h8 #define IMAGE_DOS_SIGNATURE 0x5A4D // MZ macro
/freebsd-10-stable/crypto/openssl/crypto/
H A Dcryptlib.c749 if (dos_header->e_magic == IMAGE_DOS_SIGNATURE) {

Completed in 121 milliseconds