Searched defs:MzHdr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp938 IMAGE_DOS_HEADER MzHdr; member in union:__anon9857
971 && u.MzHdr.e_magic == IMAGE_DOS_SIGNATURE
972 && !(u.MzHdr.e_lfanew & 0x7)
973 && u.MzHdr.e_lfanew >= 0x080
974 && u.MzHdr.e_lfanew <= 0x400) /* W8 is at 0x288*/
978 IMAGE_NT_HEADERS32 const *pHdrs = (IMAGE_NT_HEADERS32 const *)&u.au8[u.MzHdr.e_lfanew];
1058 IMAGE_NT_HEADERS64 const *pHdrs = (IMAGE_NT_HEADERS64 const *)&u.au8[u.MzHdr.e_lfanew];
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp4790 IMAGE_DOS_HEADER MzHdr; member in union:__anon16396
4828 if (u.MzHdr.e_magic == IMAGE_DOS_SIGNATURE)
4829 offNtHdrs = u.MzHdr.e_lfanew;

Completed in 63 milliseconds