Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Dpe.h16 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct
17 UINT16 e_magic; // Magic number
18 UINT16 e_cblp; // Bytes on last page of file
19 UINT16 e_cp; // Pages in file
20 UINT16 e_crlc; // Relocations
21 UINT16 e_cparhdr; // Size of header in paragraphs
22 UINT16 e_minalloc; // Minimum extra paragraphs needed
23 UINT16 e_maxalloc; // Maximum extra paragraphs needed
24 UINT16 e_ss; // Initial (relative) SS value
25 UINT16 e_sp; // Initial SP value
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h31 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct
32 UINT16 e_magic; // Magic number
33 UINT16 e_cblp; // Bytes on last page of file
34 UINT16 e_cp; // Pages in file
35 UINT16 e_crlc; // Relocations
36 UINT16 e_cparhdr; // Size of header in paragraphs
37 UINT16 e_minalloc; // Minimum extra paragraphs needed
38 UINT16 e_maxalloc; // Maximum extra paragraphs needed
39 UINT16 e_ss; // Initial (relative) SS value
40 UINT16 e_sp; // Initial SP value
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h16 typedef struct _IMAGE_DOS_HEADER { // DOS .EXE header struct
17 UINT16 e_magic; // Magic number
18 UINT16 e_cblp; // Bytes on last page of file
19 UINT16 e_cp; // Pages in file
20 UINT16 e_crlc; // Relocations
21 UINT16 e_cparhdr; // Size of header in paragraphs
22 UINT16 e_minalloc; // Minimum extra paragraphs needed
23 UINT16 e_maxalloc; // Maximum extra paragraphs needed
24 UINT16 e_ss; // Initial (relative) SS value
25 UINT16 e_sp; // Initial SP value
[all …]