Lines Matching refs:ctfp

583 	ctf_file_t	*ctfp;  in la_sparcv9_pltenter()  local
598 if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL) in la_sparcv9_pltenter()
605 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in la_sparcv9_pltenter()
608 (void) type_name(ctfp, finfo.ctc_return, buf, sizeof (buf)); in la_sparcv9_pltenter()
617 rtype = ctf_type_resolve(ctfp, finfo.ctc_return); in la_sparcv9_pltenter()
618 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter()
619 rtype = ctf_type_resolve(ctfp, type); in la_sparcv9_pltenter()
620 kind = ctf_type_kind(ctfp, rtype); in la_sparcv9_pltenter()
626 (void) ctf_func_args(ctfp, si.prs_id, argc, argt); in la_sparcv9_pltenter()
645 (void) type_name(ctfp, argt[i], buf, sizeof (buf)); in la_sparcv9_pltenter()
647 rtype = ctf_type_resolve(ctfp, argt[i]); in la_sparcv9_pltenter()
648 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter()
649 rtype = ctf_type_resolve(ctfp, type); in la_sparcv9_pltenter()
650 kind = ctf_type_kind(ctfp, rtype); in la_sparcv9_pltenter()
654 print_value(ctfp, argt[i], argv[i]); in la_sparcv9_pltenter()
671 (void) type_name(ctfp, argt[i], buf, sizeof (buf)); in la_sparcv9_pltenter()
673 print_value(ctfp, argt[i], argv[i]); in la_sparcv9_pltenter()
724 ctf_file_t *ctfp; in la_pltexit64() local
744 if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL) in la_pltexit64()
751 if (ctf_func_info(ctfp, si.prs_id, &finfo) == CTF_ERR) in la_pltexit64()
756 (void) type_name(ctfp, finfo.ctc_return, buf, in la_pltexit64()
759 print_value(ctfp, finfo.ctc_return, retval); in la_pltexit64()