Home
last modified time | relevance | path

Searched refs:cth_objtoff (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/dump/
Ddump.c193 (void) printf(" cth_objtoff = %u\n", hp->cth_objtoff); in print_header()
207 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl); in print_labeltable()
215 if (hp->cth_objtoff >= cd->cd_ctflen) in print_labeltable()
217 if (hp->cth_lbloff > hp->cth_objtoff) in print_labeltable()
268 void *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff); in read_data()
270 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / sizeof (ushort_t); in read_data()
275 if (hp->cth_objtoff & 1) in read_data()
277 if (hp->cth_objtoff >= cd->cd_ctflen) in read_data()
281 if (hp->cth_objtoff > hp->cth_funcoff) in read_data()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dctf.h124 uint_t cth_objtoff; /* offset of object section */ member
139 uint_t cth_objtoff; member
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_open.c118 uint_t objtoff = hp->cth_objtoff; in init_symtab()
600 hp.cth_objtoff = h1p->cth_objtoff; in ctf_bufopen()
614 if (hp.cth_lbloff > size || hp.cth_objtoff > size || in ctf_bufopen()
619 if (hp.cth_lbloff > hp.cth_objtoff || in ctf_bufopen()
620 hp.cth_objtoff > hp.cth_funcoff || in ctf_bufopen()
625 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) || in ctf_bufopen()
Dctf_labels.c46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t); in extract_label_info()
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Dctf.c719 h.cth_objtoff = ctf_buf_cur(buf); in ctf_gen()
742 SWAP_32(h.cth_objtoff); in ctf_gen()
851 size_t bufsz = h->cth_objtoff - h->cth_lbloff; in resurrect_labels()
895 caddr_t buf = ctfdata + h->cth_objtoff; in resurrect_objects()
896 size_t bufsz = h->cth_funcoff - h->cth_objtoff; in resurrect_objects()
/freebsd-12-stable/sys/cddl/dev/fbt/
Dfbt.c354 uint32_t objtoff = hp->cth_objtoff; in fbt_ctfoff_init()