Searched refs:ctf_lblent_t (Results 1 – 4 of 4) sorted by relevance
32 extract_label_info(ctf_file_t *fp, const ctf_lblent_t **ctl, uint_t *num_labels) in extract_label_info()45 *ctl = (const ctf_lblent_t *)(fp->ctf_buf + h->cth_lbloff); in extract_label_info()46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()57 const ctf_lblent_t *ctlp; in ctf_label_topmost()82 const ctf_lblent_t *ctlp; in ctf_label_iter()
288 ctf_lblent_t *label; in ctf_update()335 labelsize += sizeof (ctf_lblent_t); in ctf_update()452 label = (ctf_lblent_t *)((uintptr_t)buf + sizeof (ctf_header_t)); in ctf_update()
158 } ctf_lblent_t; typedef
136 ctf_lblent_t ctl; in write_label()751 ctf_lblent_t *ctl; in resurrect_labels()754 for (ctl = (ctf_lblent_t *)buf; (caddr_t)ctl < buf + bufsz; ctl++) { in resurrect_labels()