Searched defs:num_labels (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_labels.c32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) argument
46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
59 uint_t num_labels; local
61 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
64 if (num_labels == 0) {
69 if ((s = ctf_strraw(fp, (ctlp + num_labels - 1)->ctl_label)) == NULL)
83 uint_t i, num_labels; local
88 if (extract_label_info(fp, &ctlp, &num_labels) == CTF_ERR)
91 if (num_labels == 0)
94 for (i = 0; i < num_labels;
[all...]

Completed in 63 milliseconds