Lines Matching defs:num_labels
25 uint32_t *num_labels)
32 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
44 uint32_t num_labels = 0;
46 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
49 if (num_labels == 0)
55 if ((s = ctf_strraw (fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
68 uint32_t num_labels = 0;
73 if (extract_label_info (fp, &ctlp, &num_labels) < 0)
76 if (num_labels == 0)
79 for (i = 0; i < num_labels; i++, ctlp++)