Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/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()
/freebsd/sys/sys/
H A Dctf.h59 } ctf_lblent_t; typedef
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c149 ctf_lblent_t ctl; in write_label()
897 ctf_lblent_t *ctl; in resurrect_labels()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c208 const ctf_lblent_t *ctl = v; in print_labeltable()