Lines Matching refs:vlen
121 ushort_t info, vlen; in init_symtab() local
171 vlen = LCTF_INFO_VLEN(fp, info); in init_symtab()
179 vlen == 0) in init_symtab()
182 funcoff += sizeof (ushort_t) * (vlen + 2); in init_symtab()
229 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types() local
246 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
255 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
256 for (n = vlen; n != 0; n--, mp++) in init_types()
262 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
263 for (n = vlen; n != 0; n--, lmp++) in init_types()
269 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()
349 ulong_t vlen = LCTF_INFO_VLEN(fp, tp->ctt_info); in init_types() local
394 vbytes = sizeof (ushort_t) * (vlen + (vlen & 1)); in init_types()
406 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
408 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
422 vbytes = sizeof (ctf_member_t) * vlen; in init_types()
424 vbytes = sizeof (ctf_lmember_t) * vlen; in init_types()
436 vbytes = sizeof (ctf_enum_t) * vlen; in init_types()