Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp1293 if (!module || dos_stub->e_magic != IMAGE_DOS_SIGNATURE || // "MZ" in InternalGetProcAddress()
1394 if (!module || dos_stub->e_magic != IMAGE_DOS_SIGNATURE || // "MZ" in OverrideImportedFunction()
/freebsd/stand/efi/include/amd64/
H A Dpe.h7 #define IMAGE_DOS_SIGNATURE 0x5A4D // MZ macro
/freebsd/stand/efi/include/i386/
H A Dpe.h7 #define IMAGE_DOS_SIGNATURE 0x5A4D // MZ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp636 if (dos_header.e_magic != IMAGE_DOS_SIGNATURE) in GetPreferredBase()