Home | History | Annotate | Download | only in qemu

Lines Matching full:host_ulong

28   host_ulong f_timdat;	/* time & date stamp		*/
29 host_ulong f_symptr; /* file pointer to symtab */
30 host_ulong f_nsyms; /* number of symtab entries */
75 host_ulong tsize; /* text size in bytes, padded to FW bdry*/
76 host_ulong dsize; /* initialized data " " */
77 host_ulong bsize; /* uninitialized data " " */
78 host_ulong entry; /* entry pt. */
79 host_ulong text_start; /* base of text used for this file */
80 host_ulong data_start; /* base of data used for this file=
106 host_ulong s_paddr; /* physical address, offset
108 host_ulong s_vaddr; /* virtual address */
109 host_ulong s_size; /* section size */
110 host_ulong s_scnptr; /* file ptr to raw data for section */
111 host_ulong s_relptr; /* file ptr to relocation */
112 host_ulong s_lnnoptr; /* file ptr to line numbers */
115 host_ulong s_flags; /* flags */
139 host_ulong l_symndx; /* function name symbol index, iff l_lnno 0 */
140 host_ulong l_paddr; /* (physical) address of line number */
159 host_ulong e_zeroes;
160 host_ulong e_offset;
163 host_ulong e_value;
177 host_ulong x_tagndx; /* str, un, or enum tag indx */
183 host_ulong x_fsize; /* size of function */
187 host_ulong x_lnnoptr;/* ptr to fcn line # */
188 host_ulong x_endndx; /* entry ndx past block end */
200 host_ulong x_zeroes;
201 host_ulong x_offset;
206 host_ulong x_scnlen; /* section length */
209 host_ulong x_checksum; /* section COMDAT checksum */
215 host_ulong x_tvfill; /* tv fill value */
347 host_ulong e_lfanew; /* File address of new exe header, 0x80 */
355 host_ulong f_timdat; /* time & date stamp */
356 host_ulong f_symptr; /* file pointer to symtab */
357 host_ulong f_nsyms; /* number of symtab entries */
373 host_ulong tsize; /* text size in bytes, padded to FW bdry*/
374 host_ulong dsize; /* initialized data " " */
375 host_ulong bsize; /* uninitialized data " " */
376 host_ulong entry; /* entry pt. */
377 host_ulong text_start; /* base of text used for this file */
378 host_ulong data_start; /* base of all data used for this file */
381 host_ulong ImageBase;
382 host_ulong SectionAlignment;
383 host_ulong FileAlignment;
391 host_ulong SizeOfImage;
392 host_ulong SizeOfHeaders;
393 host_ulong CheckSum;
396 host_ulong SizeOfStackReserve;
397 host_ulong SizeOfStackCommit;
398 host_ulong SizeOfHeapReserve;
399 host_ulong SizeOfHeapCommit;
400 host_ulong LoaderFlags;
401 host_ulong NumberOfRvaAndSizes;