Searched refs:ctf_lblent_t (Results 1 – 3 of 3) sorted by relevance
30 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) in extract_label_info()43 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff); in extract_label_info()44 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()55 const ctf_lblent_t *ctlp; in ctf_label_topmost()80 const ctf_lblent_t *ctlp; in ctf_label_iter()
298 ctf_lblent_t *label; in ctf_update()345 labelsize += sizeof (ctf_lblent_t); in ctf_update()462 label = (ctf_lblent_t *)((uintptr_t)buf + sizeof (ctf_header_t)); in ctf_update()
158 } ctf_lblent_t; typedef