Lines Matching refs:vlen
682 size_t vlen = CTF_INFO_VLEN(ctt->ctt_info); in count_types() local
699 dptr += sizeof (ushort_t) * (vlen + (vlen & 1)); in count_types()
707 dptr += sizeof (ctf_member_t) * vlen; in count_types()
709 dptr += sizeof (ctf_lmember_t) * vlen; in count_types()
712 dptr += sizeof (ctf_enum_t) * vlen; in count_types()
915 int kind, vlen; in resurrect_types() local
958 vlen = CTF_INFO_VLEN(ctt->ctt_info); in resurrect_types()
1029 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1044 for (i = 0, mpp = &tdp->t_members; i < vlen; in resurrect_types()
1069 for (i = 0, epp = &tdp->t_emem; i < vlen; in resurrect_types()
1108 if (vlen > 0 && *(ushort_t *)(dptr + in resurrect_types()
1109 (sizeof (ushort_t) * (vlen - 1))) == 0) in resurrect_types()
1112 tdp->t_fndef->fn_nargs = vlen - tdp->t_fndef->fn_vargs; in resurrect_types()
1114 vlen - tdp->t_fndef->fn_vargs); in resurrect_types()
1116 for (i = 0; i < vlen; i++) { in resurrect_types()
1125 if (vlen & 1) in resurrect_types()