Lines Matching refs:u_int
55 u_int version_id;
56 u_int time_secs; /* sys time (zero if unused) */
57 u_int time_nsecs;
58 u_int ep_space; /* ep space */
59 u_int ep_subspace;
60 u_int entry; /* how is it different from a_entry? */
61 u_int aux_loc; /* aux header location */
62 u_int aux_size;
63 u_int som_length; /* entire image length */
64 u_int dp; /* dp presumed at compilation time */
65 u_int space_loc; /* space dictionary location */
66 u_int space_total; /* N of entries in the space dict */
67 u_int subspace_loc; /* subspace dict location */
68 u_int subspace_total; /* N of entries in the subspace dict */
69 u_int ld_fixup_loc; /* space ref array (relocs?) */
70 u_int ld_fixup_total; /* N of space ref records */
71 u_int space_str_loc; /* {,sub}space string table location */
72 u_int space_str_size; /* size of the above */
73 u_int init_loc; /* init ptrs location */
74 u_int init_total; /* N of entries in the above */
75 u_int dict_loc; /* module dictionary location */
76 u_int dict_total; /* number of modules */
77 u_int sym_loc; /* symbol table location */
78 u_int sym_total; /* N of symbols */
79 u_int fixup_loc; /* fixpup reqs location */
80 u_int fixup_total; /* N of the fixup reqs */
81 u_int strings_loc; /* string table location */
82 u_int strings_size; /* size of the strings table */
83 u_int unloadable_loc; /* unloadable spaces location */
84 u_int unloadable_size; /* size of the unloadable spaces */
85 u_int checksum; /* header checksum? */
89 u_int mandatory : 1;
90 u_int copy : 1;
91 u_int append : 1;
92 u_int ignore : 1;
93 u_int reserved : 12;
94 u_int type : 16;
95 u_int length;
109 u_int sym_type : 8;
110 u_int sym_scope : 4;
111 u_int sym_chklevel : 3;
112 u_int sym_qualify : 1;
113 u_int sym_ifrozen : 1;
114 u_int sym_resident : 1;
115 u_int sym_is_common : 1;
116 u_int sym_dup_common : 1;
117 u_int sym_xleast : 2;
118 u_int sym_arg_reloc : 10;
121 u_int n_strx;
123 u_int sym_info;
124 u_int sym_value;