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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c46 *num_labels = (h->cth_objtoff - h->cth_lbloff) / sizeof (ctf_lblent_t);
H A Dctf_open.c118 uint_t objtoff = hp->cth_objtoff;
600 hp.cth_objtoff = h1p->cth_objtoff;
614 if (hp.cth_lbloff > size || hp.cth_objtoff > size ||
619 if (hp.cth_lbloff > hp.cth_objtoff ||
620 hp.cth_objtoff > hp.cth_funcoff ||
625 if ((hp.cth_lbloff & 3) || (hp.cth_objtoff & 1) ||
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c194 (void) printf(" cth_objtoff = %u\n", hp->cth_objtoff);
208 ulong_t i, n = (hp->cth_objtoff - hp->cth_lbloff) / sizeof (*ctl);
216 if (hp->cth_objtoff >= cd->cd_ctflen)
217 WARN("file is truncated or cth_objtoff is corrupt\n");
218 if (hp->cth_lbloff > hp->cth_objtoff)
219 WARN("file is corrupt -- cth_lbloff > cth_objtoff\n");
269 void *v = (void *) (cd->cd_ctfdata + hp->cth_objtoff);
271 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / sizeof (ushort_t);
276 if (hp->cth_objtoff
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h124 uint_t cth_objtoff; /* offset of object section */ member in struct:ctf_header
139 uint_t cth_objtoff; member in struct:ctf_header_v1
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c723 h.cth_objtoff = ctf_buf_cur(buf);
746 SWAP_32(h.cth_objtoff);
855 size_t bufsz = h->cth_objtoff - h->cth_lbloff;
899 caddr_t buf = ctfdata + h->cth_objtoff;
900 size_t bufsz = h->cth_funcoff - h->cth_objtoff;
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c317 uint32_t objtoff = hp->cth_objtoff;

Completed in 93 milliseconds