Lines Matching refs:uint16_t
15 uint16_t e_magic; /* 00: MZ Header signature */
16 uint16_t e_cblp; /* 02: Bytes on last page of file */
17 uint16_t e_cp; /* 04: Pages in file */
18 uint16_t e_crlc; /* 06: Relocations */
19 uint16_t e_cparhdr; /* 08: Size of header in paragraphs */
20 uint16_t e_minalloc; /* 0a: Minimum extra paragraphs needed */
21 uint16_t e_maxalloc; /* 0c: Maximum extra paragraphs needed */
22 uint16_t e_ss; /* 0e: Initial (relative) SS value */
23 uint16_t e_sp; /* 10: Initial SP value */
24 uint16_t e_csum; /* 12: Checksum */
25 uint16_t e_ip; /* 14: Initial IP value */
26 uint16_t e_cs; /* 16: Initial (relative) CS value */
27 uint16_t e_lfarlc; /* 18: File address of relocation table */
28 uint16_t e_ovno; /* 1a: Overlay number */
29 uint16_t e_res[4]; /* 1c: Reserved words */
30 uint16_t e_oemid; /* 24: OEM identifier (for e_oeminfo) */
31 uint16_t e_oeminfo; /* 26: OEM information; e_oemid specific */
32 uint16_t e_res2[10]; /* 28: Reserved words */
49 uint16_t Machine;
50 uint16_t NumberOfSections;
54 uint16_t SizeOfOptionalHeader;
55 uint16_t Characteristics;
66 uint16_t Magic; /* 0x20b */
77 uint16_t MajorOperatingSystemVersion;
78 uint16_t MinorOperatingSystemVersion;
79 uint16_t MajorImageVersion;
80 uint16_t MinorImageVersion;
81 uint16_t MajorSubsystemVersion;
82 uint16_t MinorSubsystemVersion;
87 uint16_t Subsystem;
88 uint16_t DllCharacteristics;
108 uint16_t Magic; /* 0x10b or 0x107 */ /* 0x00 */
123 uint16_t MajorOperatingSystemVersion;
124 uint16_t MinorOperatingSystemVersion;
125 uint16_t MajorImageVersion;
126 uint16_t MinorImageVersion;
127 uint16_t MajorSubsystemVersion; /* 0x30 */
128 uint16_t MinorSubsystemVersion;
133 uint16_t Subsystem;
134 uint16_t DllCharacteristics;
164 uint16_t NumberOfRelocations;
165 uint16_t NumberOfLinenumbers;
185 uint16_t Type;