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

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c114 const char *s = cd->cd_ctfdata + hp->cth_stroff + offset;
122 if (hp->cth_stroff + offset >= cd->cd_ctflen)
197 (void) printf(" cth_stroff = %u\n", hp->cth_stroff);
393 v = (void *) (cd->cd_ctfdata + hp->cth_stroff);
405 if (hp->cth_stroff >= cd->cd_ctflen)
406 WARN("file is truncated or cth_stroff is corrupt\n");
407 if (hp->cth_typeoff > hp->cth_stroff)
408 WARN("file is corrupt -- cth_typeoff > cth_stroff\n");
637 const char *s = cd->cd_ctfdata + hp->cth_stroff;
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf.h127 uint_t cth_stroff; /* offset of string section */ member in struct:ctf_header
142 uint_t cth_stroff; member in struct:ctf_header_v1
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c205 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff);
603 hp.cth_stroff = h1p->cth_stroff;
610 size = hp.cth_stroff + hp.cth_strlen;
616 hp.cth_stroff > size)
622 hp.cth_typeoff > hp.cth_stroff)
704 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *)buf + hp.cth_stroff;
H A Dctf_create.c311 hdr.cth_stroff = hdr.cth_typeoff + size;
313 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen;
320 s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c738 h.cth_stroff = ctf_buf_cur(buf);
749 SWAP_32(h.cth_stroff);
786 while (dptr < data + h->cth_stroff) {
854 caddr_t sbuf = ctfdata + h->cth_stroff;
1012 size_t bufsz = h->cth_stroff - h->cth_typeoff;
1013 caddr_t sbuf = ctfdata + h->cth_stroff;
1297 td->td_parlabel = xstrdup(buf + h->cth_stroff + h->cth_parlabel);
1372 ctfdatasz = h->cth_stroff + h->cth_strlen;
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c426 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff);
776 strp = (const char *)(lc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t));

Completed in 140 milliseconds