Lines Matching full:short
26 short f_magic; /* magic number */
27 short f_nscns; /* number of sections */
31 short f_opthdr; /* sizeof(optional hdr) */
32 short f_flags; /* flags */
73 unsigned short magic; /* type of file */
74 unsigned short vstamp; /* version stamp */
113 unsigned short s_nreloc; /* number of relocation entries */
114 unsigned short s_nlnno; /* number of line number entries*/
142 unsigned short l_lnno; /* line number */
164 unsigned short e_scnum;
165 unsigned short e_type;
180 unsigned short x_lnno; /* declaration line number */
181 unsigned short x_size; /* str/union/array size */
194 unsigned short x_tvndx; /* tv index */
207 unsigned short x_nreloc; /* # relocation entries */
208 unsigned short x_nlinno; /* # line numbers */
210 unsigned short x_associated;/* COMDAT associated section index */
216 unsigned short x_tvlen; /* length of .tv */
329 unsigned short e_magic; /* Magic number, 0x5a4d */
330 unsigned short e_cblp; /* Bytes on last page of file, 0x90 */
331 unsigned short e_cp; /* Pages in file, 0x3 */
332 unsigned short e_crlc; /* Relocations, 0x0 */
333 unsigned short e_cparhdr; /* Size of header in paragraphs, 0x4 */
334 unsigned short e_minalloc; /* Minimum extra paragraphs needed, 0x0 */
335 unsigned short e_maxalloc; /* Maximum extra paragraphs needed, 0xFFFF */
336 unsigned short e_ss; /* Initial (relative) SS value, 0x0 */
337 unsigned short e_sp; /* Initial SP value, 0xb8 */
338 unsigned short e_csum; /* Checksum, 0x0 */
339 unsigned short e_ip; /* Initial IP value, 0x0 */
340 unsigned short e_cs; /* Initial (relative) CS value, 0x0 */
341 unsigned short e_lfarlc; /* File address of relocation table, 0x40 */
342 unsigned short e_ovno; /* Overlay number, 0x0 */
344 unsigned short e_oemid; /* OEM identifier (for e_oeminfo), 0x0 */
345 unsigned short e_oeminfo; /* OEM information; e_oemid specific, 0x0 */
353 unsigned short f_magic; /* magic number */
354 unsigned short f_nscns; /* number of sections */
358 unsigned short f_opthdr; /* sizeof(optional hdr) */
359 unsigned short f_flags; /* flags */
371 unsigned short magic; /* type of file */
372 unsigned short vstamp; /* version stamp */
384 unsigned short MajorOperatingSystemVersion;
385 unsigned short MinorOperatingSystemVersion;
386 unsigned short MajorImageVersion;
387 unsigned short MinorImageVersion;
388 unsigned short MajorSubsystemVersion;
389 unsigned short MinorSubsystemVersion;
394 unsigned short Subsystem;
395 unsigned short DllCharacteristics;