Searched refs:cth_funcoff (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c119 uint_t funcoff = hp->cth_funcoff;
152 if (objtoff >= hp->cth_funcoff ||
601 hp.cth_funcoff = h1p->cth_funcoff;
615 hp.cth_funcoff > size || hp.cth_typeoff > size ||
620 hp.cth_objtoff > hp.cth_funcoff ||
621 hp.cth_funcoff > hp.cth_typeoff ||
626 (hp.cth_funcoff & 1) || (hp.cth_typeoff & 3))
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c195 (void) printf(" cth_funcoff = %u\n", hp->cth_funcoff);
271 ulong_t n = (hp->cth_funcoff - hp->cth_objtoff) / sizeof (ushort_t);
280 if (hp->cth_funcoff >= cd->cd_ctflen)
281 WARN("file is truncated or cth_funcoff is corrupt\n");
282 if (hp->cth_objtoff > hp->cth_funcoff)
283 WARN("file is corrupt -- cth_objtoff > cth_funcoff\n");
313 void *v = (void *) (cd->cd_ctfdata + hp->cth_funcoff);
325 if (hp->cth_funcoff & 1)
326 WARN("cth_funcoff i
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h125 uint_t cth_funcoff; /* offset of function section */ member in struct:ctf_header
140 uint_t cth_funcoff; member in struct:ctf_header_v1
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c728 h.cth_funcoff = ctf_buf_cur(buf);
747 SWAP_32(h.cth_funcoff);
900 size_t bufsz = h->cth_funcoff - h->cth_objtoff;
942 caddr_t buf = ctfdata + h->cth_funcoff;
943 size_t bufsz = h->cth_typeoff - h->cth_funcoff;
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c318 uint32_t funcoff = hp->cth_funcoff;
344 if (objtoff >= hp->cth_funcoff ||

Completed in 221 milliseconds