Home
last modified time | relevance | path

Searched refs:ctf_lblent_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/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) 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()
/titanic_41/usr/src/uts/common/sys/
H A Dctf.h158 } ctf_lblent_t; typedef
/titanic_41/usr/src/tools/ctf/cvt/
H A Dctf.c136 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()
/titanic_41/usr/src/tools/ctf/dump/
H A Ddump.c207 const ctf_lblent_t *ctl = (ctf_lblent_t *)(cd->cd_ctfdata + in print_labeltable()