Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_labels.c43 *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()
H A Dctf_open.c616 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()
621 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()
627 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
H A Dctf_create.c432 hdr.cth_objtoff = hdr.cth_lbloff + labelsize; in ctf_update()
453 hdr.cth_lbloff, hdr.cth_objtoff, hdr.cth_funcoff, in ctf_update()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h121 uint_t cth_lbloff; /* offset of label section */ member
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c276 hp->cth_lbloff); in ctfdump_header()