Lines Matching refs:uint_t
50 static uint_t
51 get_kind_v2(uint_t info)
56 static uint_t
57 get_root_v2(uint_t info)
62 static uint_t
63 get_vlen_v2(uint_t info)
68 static uint_t
74 static uint_t
80 static uint_t
86 static uint_t
92 static uint_t
98 static uint_t
99 type_info_v2(uint_t kind, uint_t isroot, uint_t len)
105 type_isparent_v2(uint_t id)
111 type_ischild_v2(uint_t id)
116 static uint_t
117 type_to_index_v2(uint_t t)
122 static uint_t
123 index_to_type_v2(uint_t id, uint_t child)
128 static uint_t
129 get_kind_v3(uint_t info)
134 static uint_t
135 get_root_v3(uint_t info)
140 static uint_t
141 get_vlen_v3(uint_t info)
146 static uint_t
152 static uint_t
158 static uint_t
164 static uint_t
170 static uint_t
176 static uint_t
177 type_info_v3(uint_t kind, uint_t isroot, uint_t len)
183 type_isparent_v3(uint_t id)
189 type_ischild_v3(uint_t id)
194 static uint_t
195 type_to_index_v3(uint_t t)
200 static uint_t
201 index_to_type_v3(uint_t id, uint_t child)
272 uint_t *xp = fp->ctf_sxlate;
273 uint_t *xend = xp + fp->ctf_nsyms;
275 uint_t objtoff = hp->cth_objtoff;
276 uint_t funcoff = hp->cth_funcoff;
278 uint_t info, vlen;
328 info = *(uint_t *)((uintptr_t)fp->ctf_buf + funcoff);
366 uint_t id, dst;
367 uint_t *xp;
387 uint_t kind, n, type, vlen;
396 vbytes = sizeof (uint_t);
410 uint_t xtype;
485 fp->ctf_txlate = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
486 fp->ctf_ptrtab = ctf_alloc(sizeof (uint_t) * (fp->ctf_typemax + 1));
503 uint_t kind, type, vlen;
539 vbytes = sizeof (uint_t);
691 *xp = (uint_t)((uintptr_t)tp - (uintptr_t)fp->ctf_buf);
712 uint_t index, kind;
913 fp->ctf_sxlate = ctf_alloc(fp->ctf_nsyms * sizeof (uint_t));
1120 ctf_free(fp->ctf_sxlate, sizeof (uint_t) * fp->ctf_nsyms);
1124 sizeof (uint_t) * (fp->ctf_typemax + 1));
1129 sizeof (uint_t) * (fp->ctf_typemax + 1));