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

/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c163 if (funcoff >= hp->cth_typeoff) {
203 const ctf_type_t *tbuf = (ctf_type_t *)(fp->ctf_buf + cth->cth_typeoff);
602 hp.cth_typeoff = h1p->cth_typeoff;
615 hp.cth_funcoff > size || hp.cth_typeoff > size ||
621 hp.cth_funcoff > hp.cth_typeoff ||
622 hp.cth_typeoff > hp.cth_stroff)
626 (hp.cth_funcoff & 1) || (hp.cth_typeoff & 3))
H A Dctf_create.c311 hdr.cth_stroff = hdr.cth_typeoff + size;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c196 (void) printf(" cth_typeoff = %u\n", hp->cth_typeoff);
316 v = (void *) (cd->cd_ctfdata + hp->cth_typeoff);
329 if (hp->cth_typeoff >= cd->cd_ctflen)
330 WARN("file is truncated or cth_typeoff is corrupt\n");
331 if (hp->cth_funcoff > hp->cth_typeoff)
332 WARN("file is corrupt -- cth_funcoff > cth_typeoff\n");
390 void *v = (void *) (cd->cd_ctfdata + hp->cth_typeoff);
401 if (hp->cth_typeoff & 3)
402 WARN("cth_typeoff i
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h126 uint_t cth_typeoff; /* offset of type section */ member in struct:ctf_header
141 uint_t cth_typeoff; member in struct:ctf_header_v1
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c733 h.cth_typeoff = ctf_buf_cur(buf);
748 SWAP_32(h.cth_typeoff);
782 caddr_t dptr = data + h->cth_typeoff;
785 dptr = data + h->cth_typeoff;
943 size_t bufsz = h->cth_typeoff - h->cth_funcoff;
1011 caddr_t buf = ctfdata + h->cth_typeoff;
1012 size_t bufsz = h->cth_stroff - h->cth_typeoff;
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c355 if (funcoff >= hp->cth_typeoff) {
425 tbuf = (const ctf_type_t *) (ctfdata + hp->cth_typeoff);

Completed in 119 milliseconds