Searched refs:ctlp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_labels.c59 const ctf_lblent_t *ctlp; local
63 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
71 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
84 const ctf_lblent_t *ctlp; local
90 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
96 for (i = 0; i < num_labels; i++, ctlp++) {
97 if ((lname = ctf_strraw(fp, ctlp->ctl_label)) == NULL) {
99 "typeidx %u\n", ctlp->ctl_label, ctlp->ctl_typeidx);
103 linfo.ctb_typeidx = ctlp
[all...]

Completed in 77 milliseconds