Searched defs:_IMAGE_DOS_HEADER (Results 1 – 3 of 3) sorted by relevance
14 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct15 UINT16 e_magic; // Magic number16 UINT16 e_cblp; // Bytes on last page of file17 UINT16 e_cp; // Pages in file18 UINT16 e_crlc; // Relocations19 UINT16 e_cparhdr; // Size of header in paragraphs20 UINT16 e_minalloc; // Minimum extra paragraphs needed21 UINT16 e_maxalloc; // Maximum extra paragraphs needed22 UINT16 e_ss; // Initial (relative) SS value23 UINT16 e_sp; // Initial SP value[all …]
29 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct30 UINT16 e_magic; // Magic number31 UINT16 e_cblp; // Bytes on last page of file32 UINT16 e_cp; // Pages in file33 UINT16 e_crlc; // Relocations34 UINT16 e_cparhdr; // Size of header in paragraphs35 UINT16 e_minalloc; // Minimum extra paragraphs needed36 UINT16 e_maxalloc; // Maximum extra paragraphs needed37 UINT16 e_ss; // Initial (relative) SS value38 UINT16 e_sp; // Initial SP value[all …]