Searched defs:_IMAGE_DOS_HEADER (Results 1 – 3 of 3) sorted by relevance
16 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct17 UINT16 e_magic; // Magic number18 UINT16 e_cblp; // Bytes on last page of file19 UINT16 e_cp; // Pages in file20 UINT16 e_crlc; // Relocations21 UINT16 e_cparhdr; // Size of header in paragraphs22 UINT16 e_minalloc; // Minimum extra paragraphs needed23 UINT16 e_maxalloc; // Maximum extra paragraphs needed24 UINT16 e_ss; // Initial (relative) SS value25 UINT16 e_sp; // Initial SP value[all …]
31 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct32 UINT16 e_magic; // Magic number33 UINT16 e_cblp; // Bytes on last page of file34 UINT16 e_cp; // Pages in file35 UINT16 e_crlc; // Relocations36 UINT16 e_cparhdr; // Size of header in paragraphs37 UINT16 e_minalloc; // Minimum extra paragraphs needed38 UINT16 e_maxalloc; // Maximum extra paragraphs needed39 UINT16 e_ss; // Initial (relative) SS value40 UINT16 e_sp; // Initial SP value[all …]