OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_ulong
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
host-defs.h
11
typedef uint32_t
host_ulong
;
typedef
14
typedef uint64_t
host_ulong
;
typedef
a.out.h
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, offse
[
all
...]
Completed in 157 milliseconds