Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
H A Dpe.h38 typedef struct _IMAGE_OS2_HEADER { // OS/2 .EXE header struct
39 UINT16 ne_magic; // Magic number
40 UINT8 ne_ver; // Version number
41 UINT8 ne_rev; // Revision number
42 UINT16 ne_enttab; // Offset of Entry Table
43 UINT16 ne_cbenttab; // Number of bytes in Entry Table
44 UINT32 ne_crc; // Checksum of whole file
45 UINT16 ne_flags; // Flag UINT16
46 UINT16 ne_autodata; // Automatic data segment number
47 UINT16 ne_heap; // Initial heap allocation
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Dpe.h53 typedef struct _IMAGE_OS2_HEADER { // OS/2 .EXE header struct
54 UINT16 ne_magic; // Magic number
55 UINT8 ne_ver; // Version number
56 UINT8 ne_rev; // Revision number
57 UINT16 ne_enttab; // Offset of Entry Table
58 UINT16 ne_cbenttab; // Number of bytes in Entry Table
59 UINT32 ne_crc; // Checksum of whole file
60 UINT16 ne_flags; // Flag UINT16
61 UINT16 ne_autodata; // Automatic data segment number
62 UINT16 ne_heap; // Initial heap allocation
[all …]
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia32/
H A Dpe.h38 typedef struct _IMAGE_OS2_HEADER { // OS/2 .EXE header struct
39 UINT16 ne_magic; // Magic number
40 UINT8 ne_ver; // Version number
41 UINT8 ne_rev; // Revision number
42 UINT16 ne_enttab; // Offset of Entry Table
43 UINT16 ne_cbenttab; // Number of bytes in Entry Table
44 UINT32 ne_crc; // Checksum of whole file
45 UINT16 ne_flags; // Flag UINT16
46 UINT16 ne_autodata; // Automatic data segment number
47 UINT16 ne_heap; // Initial heap allocation
[all …]