Lines Matching refs:UINT16
55 UINT16 e_magic; ///< Magic number.
56 UINT16 e_cblp; ///< Bytes on last page of file.
57 UINT16 e_cp; ///< Pages in file.
58 UINT16 e_crlc; ///< Relocations.
59 UINT16 e_cparhdr; ///< Size of header in paragraphs.
60 UINT16 e_minalloc; ///< Minimum extra paragraphs needed.
61 UINT16 e_maxalloc; ///< Maximum extra paragraphs needed.
62 UINT16 e_ss; ///< Initial (relative) SS value.
63 UINT16 e_sp; ///< Initial SP value.
64 UINT16 e_csum; ///< Checksum.
65 UINT16 e_ip; ///< Initial IP value.
66 UINT16 e_cs; ///< Initial (relative) CS value.
67 UINT16 e_lfarlc; ///< File address of relocation table.
68 UINT16 e_ovno; ///< Overlay number.
69 UINT16 e_res[4]; ///< Reserved words.
70 UINT16 e_oemid; ///< OEM identifier (for e_oeminfo).
71 UINT16 e_oeminfo; ///< OEM information; e_oemid specific.
72 UINT16 e_res2[10]; ///< Reserved words.
80 UINT16 Machine;
81 UINT16 NumberOfSections;
85 UINT16 SizeOfOptionalHeader;
86 UINT16 Characteristics;
148 UINT16 Magic;
163 UINT16 MajorOperatingSystemVersion;
164 UINT16 MinorOperatingSystemVersion;
165 UINT16 MajorImageVersion;
166 UINT16 MinorImageVersion;
167 UINT16 MajorSubsystemVersion;
168 UINT16 MinorSubsystemVersion;
173 UINT16 Subsystem;
174 UINT16 DllCharacteristics;
199 UINT16 Magic;
213 UINT16 MajorOperatingSystemVersion;
214 UINT16 MinorOperatingSystemVersion;
215 UINT16 MajorImageVersion;
216 UINT16 MinorImageVersion;
217 UINT16 MajorSubsystemVersion;
218 UINT16 MinorSubsystemVersion;
223 UINT16 Subsystem;
224 UINT16 DllCharacteristics;
287 UINT16 NumberOfRelocations;
288 UINT16 NumberOfLinenumbers;
335 #define EFI_IMAGE_SYM_UNDEFINED (UINT16) 0 ///< Symbol is undefined or is common.
336 #define EFI_IMAGE_SYM_ABSOLUTE (UINT16) -1 ///< Symbol is an absolute value.
337 #define EFI_IMAGE_SYM_DEBUG (UINT16) -2 ///< Symbol is a special debug item.
429 UINT16 Type;
514 UINT16 Linenumber; ///< Line number.
560 UINT16 MajorVersion;
561 UINT16 MinorVersion;
575 UINT16 Hint;
611 UINT16 MajorVersion;
612 UINT16 MinorVersion;
669 UINT16 MajorVersion;
670 UINT16 MinorVersion;
671 UINT16 NumberOfNamedEntries;
672 UINT16 NumberOfIdEntries;
702 UINT16 Length;
720 UINT16 Signature; ///< The signature for TE format = "VZ".
721 UINT16 Machine; ///< From the original file header.
724 UINT16 StrippedSize; ///< Number of bytes we removed from the header.