Lines Matching defs:DosFileHeader
28 struct DosFileHeader { struct
29 UINT8 Magic[2];
30 UINT16 LastSize;
31 UINT16 nBlocks;
32 UINT16 nReloc;
33 UINT16 HdrSize;
34 UINT16 MinAlloc;
35 UINT16 MaxAlloc;
36 UINT16 ss;
37 UINT16 sp;
38 UINT16 Checksum;
39 UINT16 ip;
40 UINT16 cs;
41 UINT16 RelocPos;
42 UINT16 nOverlay;
43 UINT16 reserved[4];
44 UINT16 OEMId;
45 UINT16 OEMInfo;
46 UINT16 reserved2[10];
47 UINT32 ExeHeader;