Lines Matching refs:UINT16

31     UINT16   e_magic;                     // Magic number
32 UINT16 e_cblp; // Bytes on last page of file
33 UINT16 e_cp; // Pages in file
34 UINT16 e_crlc; // Relocations
35 UINT16 e_cparhdr; // Size of header in paragraphs
36 UINT16 e_minalloc; // Minimum extra paragraphs needed
37 UINT16 e_maxalloc; // Maximum extra paragraphs needed
38 UINT16 e_ss; // Initial (relative) SS value
39 UINT16 e_sp; // Initial SP value
40 UINT16 e_csum; // Checksum
41 UINT16 e_ip; // Initial IP value
42 UINT16 e_cs; // Initial (relative) CS value
43 UINT16 e_lfarlc; // File address of relocation table
44 UINT16 e_ovno; // Overlay number
45 UINT16 e_res[4]; // Reserved words
46 UINT16 e_oemid; // OEM identifier (for e_oeminfo)
47 UINT16 e_oeminfo; // OEM information; e_oemid specific
48 UINT16 e_res2[10]; // Reserved words
53 UINT16 ne_magic; // Magic number
56 UINT16 ne_enttab; // Offset of Entry Table
57 UINT16 ne_cbenttab; // Number of bytes in Entry Table
59 UINT16 ne_flags; // Flag UINT16
60 UINT16 ne_autodata; // Automatic data segment number
61 UINT16 ne_heap; // Initial heap allocation
62 UINT16 ne_stack; // Initial stack allocation
65 UINT16 ne_cseg; // Count of file segments
66 UINT16 ne_cmod; // Entries in Module Reference Table
67 UINT16 ne_cbnrestab; // Size of non-resident name table
68 UINT16 ne_segtab; // Offset of Segment Table
69 UINT16 ne_rsrctab; // Offset of Resource Table
70 UINT16 ne_restab; // Offset of resident name table
71 UINT16 ne_modtab; // Offset of Module Reference Table
72 UINT16 ne_imptab; // Offset of Imported Names Table
74 UINT16 ne_cmovent; // Count of movable entries
75 UINT16 ne_align; // Segment alignment shift count
76 UINT16 ne_cres; // Count of resource segments
79 UINT16 ne_pretthunks; // offset to return thunks
80 UINT16 ne_psegrefbytes; // offset to segment ref. bytes
81 UINT16 ne_swaparea; // Minimum code swap area size
82 UINT16 ne_expver; // Expected Windows version number
90 UINT16 Machine;
91 UINT16 NumberOfSections;
95 UINT16 SizeOfOptionalHeader;
96 UINT16 Characteristics;
132 UINT16 Magic;
148 UINT16 Magic;
160 UINT16 MajorOperatingSystemVersion;
161 UINT16 MinorOperatingSystemVersion;
162 UINT16 MajorImageVersion;
163 UINT16 MinorImageVersion;
164 UINT16 MajorSubsystemVersion;
165 UINT16 MinorSubsystemVersion;
170 UINT16 Subsystem;
171 UINT16 DllCharacteristics;
250 UINT16 NumberOfRelocations;
251 UINT16 NumberOfLinenumbers;
298 #define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common.
299 #define IMAGE_SYM_ABSOLUTE (UINT16)-1 // Symbol is an absolute value.
300 #define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item.
397 UINT16 Type;
492 // UINT16 TypeOffset[1];
519 UINT16 Linenumber; // Line number.
558 UINT16 MajorVersion;
559 UINT16 MinorVersion;
574 UINT16 Hint;
603 UINT16 MajorVersion;
604 UINT16 MinorVersion;