Home
last modified time | relevance | path

Searched refs:cth_lbloff (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c45 *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()
H A Dctf_open.c773 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()
778 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()
784 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c194 (void) printf(" cth_lbloff = %u\n", hp->cth_lbloff); in print_header()
207 void *v = (void *) (cd->cd_ctfdata + hp->cth_lbloff); in print_labeltable()
209 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); in print_labeltable()
213 if (hp->cth_lbloff & 3) in print_labeltable()
215 if (hp->cth_lbloff >= cd->cd_ctflen) in print_labeltable()
219 if (hp->cth_lbloff > hp->cth_objtoff) in print_labeltable()
/freebsd/sys/sys/
H A Dctf.h46 __uint32_t cth_lbloff; member
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c707 h.cth_lbloff = 0; in ctf_gen()
734 SWAP_32(h.cth_lbloff); in ctf_gen()
892 caddr_t buf = ctfdata + h->cth_lbloff; in resurrect_labels()
894 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()