Lines Matching refs:UINT16

16     UINT16   e_magic;                     // Magic number
17 UINT16 e_cblp; // Bytes on last page of file
18 UINT16 e_cp; // Pages in file
19 UINT16 e_crlc; // Relocations
20 UINT16 e_cparhdr; // Size of header in paragraphs
21 UINT16 e_minalloc; // Minimum extra paragraphs needed
22 UINT16 e_maxalloc; // Maximum extra paragraphs needed
23 UINT16 e_ss; // Initial (relative) SS value
24 UINT16 e_sp; // Initial SP value
25 UINT16 e_csum; // Checksum
26 UINT16 e_ip; // Initial IP value
27 UINT16 e_cs; // Initial (relative) CS value
28 UINT16 e_lfarlc; // File address of relocation table
29 UINT16 e_ovno; // Overlay number
30 UINT16 e_res[4]; // Reserved words
31 UINT16 e_oemid; // OEM identifier (for e_oeminfo)
32 UINT16 e_oeminfo; // OEM information; e_oemid specific
33 UINT16 e_res2[10]; // Reserved words
38 UINT16 ne_magic; // Magic number
41 UINT16 ne_enttab; // Offset of Entry Table
42 UINT16 ne_cbenttab; // Number of bytes in Entry Table
44 UINT16 ne_flags; // Flag UINT16
45 UINT16 ne_autodata; // Automatic data segment number
46 UINT16 ne_heap; // Initial heap allocation
47 UINT16 ne_stack; // Initial stack allocation
50 UINT16 ne_cseg; // Count of file segments
51 UINT16 ne_cmod; // Entries in Module Reference Table
52 UINT16 ne_cbnrestab; // Size of non-resident name table
53 UINT16 ne_segtab; // Offset of Segment Table
54 UINT16 ne_rsrctab; // Offset of Resource Table
55 UINT16 ne_restab; // Offset of resident name table
56 UINT16 ne_modtab; // Offset of Module Reference Table
57 UINT16 ne_imptab; // Offset of Imported Names Table
59 UINT16 ne_cmovent; // Count of movable entries
60 UINT16 ne_align; // Segment alignment shift count
61 UINT16 ne_cres; // Count of resource segments
64 UINT16 ne_pretthunks; // offset to return thunks
65 UINT16 ne_psegrefbytes; // offset to segment ref. bytes
66 UINT16 ne_swaparea; // Minimum code swap area size
67 UINT16 ne_expver; // Expected Windows version number
75 UINT16 Machine;
76 UINT16 NumberOfSections;
80 UINT16 SizeOfOptionalHeader;
81 UINT16 Characteristics;
124 UINT16 Magic;
141 UINT16 MajorOperatingSystemVersion;
142 UINT16 MinorOperatingSystemVersion;
143 UINT16 MajorImageVersion;
144 UINT16 MinorImageVersion;
145 UINT16 MajorSubsystemVersion;
146 UINT16 MinorSubsystemVersion;
151 UINT16 Subsystem;
152 UINT16 DllCharacteristics;
163 UINT16 Magic;
244 UINT16 NumberOfRelocations;
245 UINT16 NumberOfLinenumbers;
292 #define IMAGE_SYM_UNDEFINED (UINT16)0 // Symbol is undefined or is common.
293 #define IMAGE_SYM_ABSOLUTE (UINT16)-1 // Symbol is an absolute value.
294 #define IMAGE_SYM_DEBUG (UINT16)-2 // Symbol is a special debug item.
391 UINT16 Type;
486 // UINT16 TypeOffset[1];
512 UINT16 Linenumber; // Line number.
551 UINT16 MajorVersion;
552 UINT16 MinorVersion;
567 UINT16 Hint;