Lines Matching refs:dptr

675 	caddr_t dptr = data + h->cth_typeoff;  in count_types()  local
678 dptr = data + h->cth_typeoff; in count_types()
679 while (dptr < data + h->cth_stroff) { in count_types()
681 ctf_type_t *ctt = (ctf_type_t *)dptr; in count_types()
690 dptr += 4; in count_types()
699 dptr += sizeof (ushort_t) * (vlen + (vlen & 1)); in count_types()
702 dptr += sizeof (ctf_array_t); 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()
718 CTF_INFO_KIND(ctt->ctt_info), count, dptr - data); in count_types()
721 dptr += increment; in count_types()
794 caddr_t dptr; in resurrect_objects() local
797 for (dptr = buf; dptr < buf + bufsz; dptr += 2) { in resurrect_objects()
799 ushort_t id = *((ushort_t *)dptr); in resurrect_objects()
806 dptr - buf, bufsz); in resurrect_objects()
837 caddr_t dptr = buf; in resurrect_functions() local
845 while (dptr < buf + bufsz) { in resurrect_functions()
847 info = *((ushort_t *)dptr); in resurrect_functions()
848 dptr += 2; in resurrect_functions()
860 retid = *((ushort_t *)dptr); in resurrect_functions()
861 dptr += 2; in resurrect_functions()
878 for (i = 0; i < ii->ii_nargs; i++, dptr += 2) { in resurrect_functions()
880 ushort_t id = *((ushort_t *)dptr); in resurrect_functions()
907 caddr_t dptr = buf; in resurrect_types() local
933 for (dptr = buf, tcnt = 0, tid = 1; dptr < buf + bufsz; tcnt++, tid++) { in resurrect_types()
941 ctt = (ctf_type_t *)dptr; in resurrect_types()
944 dptr += increment; in resurrect_types()
966 data = *((uint_t *)dptr); in resurrect_types()
967 dptr += sizeof (uint_t); in resurrect_types()
993 data = *((uint_t *)dptr); in resurrect_types()
994 dptr += sizeof (uint_t); in resurrect_types()
1014 cta = (ctf_array_t *)dptr; in resurrect_types()
1015 dptr += sizeof (ctf_array_t); in resurrect_types()
1033 dptr; in resurrect_types()
1034 dptr += sizeof (ctf_member_t); in resurrect_types()
1048 dptr; in resurrect_types()
1049 dptr += sizeof (ctf_lmember_t); in resurrect_types()
1072 cte = (ctf_enum_t *)dptr; in resurrect_types()
1073 dptr += sizeof (ctf_enum_t); in resurrect_types()
1108 if (vlen > 0 && *(ushort_t *)(dptr + in resurrect_types()
1118 argid = *(ushort_t *)dptr; in resurrect_types()
1119 dptr += sizeof (ushort_t); in resurrect_types()
1126 dptr += sizeof (ushort_t); in resurrect_types()