Lines Matching defs:ctlp
57 const ctf_lblent_t *ctlp;
61 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
82 const ctf_lblent_t *ctlp;
88 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
94 for (i = 0; i < num_labels; i++, ctlp++) {
95 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) {
97 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx);
101 linfo.ctb_typeidx = ctlp->ctl_typeidx;