Lines Matching defs:_PE_DosHdr
38 typedef struct _PE_DosHdr { struct
39 char dh_magic[2];
40 uint16_t dh_lastsize;
41 uint16_t dh_nblock;
42 uint16_t dh_nreloc;
43 uint16_t dh_hdrsize;
44 uint16_t dh_minalloc;
45 uint16_t dh_maxalloc;
46 uint16_t dh_ss;
47 uint16_t dh_sp;
48 uint16_t dh_checksum;
49 uint16_t dh_ip;
50 uint16_t dh_cs;
51 uint16_t dh_relocpos;
52 uint16_t dh_noverlay;
53 uint16_t dh_reserved1[4];
54 uint16_t dh_oemid;
55 uint16_t dh_oeminfo;
56 uint16_t dh_reserved2[10];
57 uint32_t dh_lfanew;