Lines Matching refs:UINT16

57   UINT16  e_magic;    ///< Magic number.
58 UINT16 e_cblp; ///< Bytes on last page of file.
59 UINT16 e_cp; ///< Pages in file.
60 UINT16 e_crlc; ///< Relocations.
61 UINT16 e_cparhdr; ///< Size of header in paragraphs.
62 UINT16 e_minalloc; ///< Minimum extra paragraphs needed.
63 UINT16 e_maxalloc; ///< Maximum extra paragraphs needed.
64 UINT16 e_ss; ///< Initial (relative) SS value.
65 UINT16 e_sp; ///< Initial SP value.
66 UINT16 e_csum; ///< Checksum.
67 UINT16 e_ip; ///< Initial IP value.
68 UINT16 e_cs; ///< Initial (relative) CS value.
69 UINT16 e_lfarlc; ///< File address of relocation table.
70 UINT16 e_ovno; ///< Overlay number.
71 UINT16 e_res[4]; ///< Reserved words.
72 UINT16 e_oemid; ///< OEM identifier (for e_oeminfo).
73 UINT16 e_oeminfo; ///< OEM information; e_oemid specific.
74 UINT16 e_res2[10]; ///< Reserved words.
82 UINT16 Machine;
83 UINT16 NumberOfSections;
87 UINT16 SizeOfOptionalHeader;
88 UINT16 Characteristics;
150 UINT16 Magic;
165 UINT16 MajorOperatingSystemVersion;
166 UINT16 MinorOperatingSystemVersion;
167 UINT16 MajorImageVersion;
168 UINT16 MinorImageVersion;
169 UINT16 MajorSubsystemVersion;
170 UINT16 MinorSubsystemVersion;
175 UINT16 Subsystem;
176 UINT16 DllCharacteristics;
201 UINT16 Magic;
215 UINT16 MajorOperatingSystemVersion;
216 UINT16 MinorOperatingSystemVersion;
217 UINT16 MajorImageVersion;
218 UINT16 MinorImageVersion;
219 UINT16 MajorSubsystemVersion;
220 UINT16 MinorSubsystemVersion;
225 UINT16 Subsystem;
226 UINT16 DllCharacteristics;
290 UINT16 NumberOfRelocations;
291 UINT16 NumberOfLinenumbers;
338 #define EFI_IMAGE_SYM_UNDEFINED (UINT16) 0 ///< Symbol is undefined or is common.
339 #define EFI_IMAGE_SYM_ABSOLUTE (UINT16) -1 ///< Symbol is an absolute value.
340 #define EFI_IMAGE_SYM_DEBUG (UINT16) -2 ///< Symbol is a special debug item.
432 UINT16 Type;
510 UINT16 Linenumber; ///< Line number.
557 UINT16 MajorVersion;
558 UINT16 MinorVersion;
572 UINT16 Hint;
609 UINT16 MajorVersion;
610 UINT16 MinorVersion;
668 UINT16 MajorVersion;
669 UINT16 MinorVersion;
670 UINT16 NumberOfNamedEntries;
671 UINT16 NumberOfIdEntries;
701 UINT16 Length;
719 UINT16 Signature; ///< The signature for TE format = "VZ".
720 UINT16 Machine; ///< From the original file header.
723 UINT16 StrippedSize; ///< Number of bytes we removed from the header.