Home
last modified time | relevance | path

Searched defs:_IMAGE_DOS_HEADER (Results 1 – 3 of 3) sorted by relevance

/DragonStub/inc/x86_64/
H A Dpe.h14 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct
15 UINT16 e_magic; // Magic number
16 UINT16 e_cblp; // Bytes on last page of file
17 UINT16 e_cp; // Pages in file
18 UINT16 e_crlc; // Relocations
19 UINT16 e_cparhdr; // Size of header in paragraphs
20 UINT16 e_minalloc; // Minimum extra paragraphs needed
21 UINT16 e_maxalloc; // Maximum extra paragraphs needed
22 UINT16 e_ss; // Initial (relative) SS value
23 UINT16 e_sp; // Initial SP value
[all …]
/DragonStub/inc/ia64/
H A Dpe.h29 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct
30 UINT16 e_magic; // Magic number
31 UINT16 e_cblp; // Bytes on last page of file
32 UINT16 e_cp; // Pages in file
33 UINT16 e_crlc; // Relocations
34 UINT16 e_cparhdr; // Size of header in paragraphs
35 UINT16 e_minalloc; // Minimum extra paragraphs needed
36 UINT16 e_maxalloc; // Maximum extra paragraphs needed
37 UINT16 e_ss; // Initial (relative) SS value
38 UINT16 e_sp; // Initial SP value
[all …]
/DragonStub/inc/ia32/
H A Dpe.h14 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct
15 UINT16 e_magic; // Magic number
16 UINT16 e_cblp; // Bytes on last page of file
17 UINT16 e_cp; // Pages in file
18 UINT16 e_crlc; // Relocations
19 UINT16 e_cparhdr; // Size of header in paragraphs
20 UINT16 e_minalloc; // Minimum extra paragraphs needed
21 UINT16 e_maxalloc; // Maximum extra paragraphs needed
22 UINT16 e_ss; // Initial (relative) SS value
23 UINT16 e_sp; // Initial SP value
[all …]