Lines Matching refs:tp

187 	const void *tp;  in ctf_member_iter()  local
195 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_member_iter()
198 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in ctf_member_iter()
199 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in ctf_member_iter()
204 const char *mp = (const char *)((uintptr_t)tp + increment); in ctf_member_iter()
228 const void *tp; in ctf_enum_iter() local
237 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_iter()
240 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in ctf_enum_iter()
244 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); in ctf_enum_iter()
246 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_iter()
269 const void *tp = LCTF_INDEX_TO_TYPEPTR(fp, id); in ctf_type_iter() local
270 ctf_get_ctt_info(fp, tp, NULL, NULL, &isroot); in ctf_type_iter()
291 const void *tp; in ctf_type_resolve() local
294 while ((tp = ctf_lookup_by_id(&fp, type)) != NULL) { in ctf_type_resolve()
295 ctf_get_ctt_info(fp, tp, &kind, NULL, NULL); in ctf_type_resolve()
301 ctf_get_ctt_index(fp, tp, NULL, &ctype, NULL); in ctf_type_resolve()
362 const void *tp = ctf_lookup_by_id(&rfp, cdp->cd_type); in ctf_type_qlname() local
363 const char *name = ctf_type_rname(rfp, tp); in ctf_type_qlname()
484 const void *tp; in ctf_type_size() local
492 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_size()
495 ctf_get_ctt_info(fp, tp, &kind, NULL, NULL); in ctf_type_size()
515 if ((size = ctf_get_ctt_size(fp, tp, NULL, NULL)) > 0) in ctf_type_size()
525 return (ctf_get_ctt_size(fp, tp, NULL, NULL)); in ctf_type_size()
536 const void *tp; in ctf_type_align() local
543 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_align()
546 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in ctf_type_align()
565 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in ctf_type_align()
566 vmp = (uchar_t *)tp + increment; in ctf_type_align()
587 return (ctf_get_ctt_size(fp, tp, NULL, NULL)); in ctf_type_align()
597 const void *tp; in ctf_type_kind() local
600 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_kind()
603 ctf_get_ctt_info(fp, tp, &kind, NULL, NULL); in ctf_type_kind()
616 const void *tp; in ctf_type_reference() local
619 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_reference()
622 ctf_get_ctt_info(fp, tp, &kind, NULL, NULL); in ctf_type_reference()
630 ctf_get_ctt_index(fp, tp, NULL, &ctype, NULL); in ctf_type_reference()
675 const void *tp; in ctf_type_encoding() local
679 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_encoding()
682 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); in ctf_type_encoding()
683 ctf_get_ctt_info(fp, tp, &kind, NULL, NULL); in ctf_type_encoding()
687 data = *(const uint_t *)((uintptr_t)tp + increment); in ctf_type_encoding()
693 data = *(const uint_t *)((uintptr_t)tp + increment); in ctf_type_encoding()
796 const void *tp; in _ctf_member_info() local
803 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in _ctf_member_info()
806 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in _ctf_member_info()
807 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in _ctf_member_info()
812 const char *mp = (const char *)((uintptr_t)tp + increment); in _ctf_member_info()
852 const void *ap, *tp; in ctf_array_info() local
856 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_array_info()
859 ctf_get_ctt_info(fp, tp, &kind, NULL, NULL); in ctf_array_info()
864 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); in ctf_array_info()
866 ap = (const void *)((uintptr_t)tp + increment); in ctf_array_info()
892 const void *tp; in ctf_enum_name() local
900 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_name()
903 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in ctf_enum_name()
910 (void) ctf_get_ctt_size(fp, tp, NULL, &increment); in ctf_enum_name()
912 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_name()
931 const void *tp; in ctf_enum_value() local
939 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_enum_value()
942 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in ctf_enum_value()
949 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in ctf_enum_value()
951 ep = (const ctf_enum_t *)((uintptr_t)tp + increment); in ctf_enum_value()
977 const void *tp; in ctf_type_rvisit() local
985 if ((tp = ctf_lookup_by_id(&fp, type)) == NULL) in ctf_type_rvisit()
991 ctf_get_ctt_info(fp, tp, &kind, &vlen, NULL); in ctf_type_rvisit()
996 (void) ctf_get_ctt_size(fp, tp, &size, &increment); in ctf_type_rvisit()
998 const char *mp = (const char *)((uintptr_t)tp + increment); in ctf_type_rvisit()