Home
last modified time | relevance | path

Searched refs:cth_stroff (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dctf.h125 uint_t cth_stroff; /* offset of string section */ member
140 uint_t cth_stroff; member
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c206 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types()
605 hp.cth_stroff = h1p->cth_stroff; in ctf_bufopen()
612 size = hp.cth_stroff + hp.cth_strlen; in ctf_bufopen()
618 hp.cth_stroff > size) in ctf_bufopen()
624 hp.cth_typeoff > hp.cth_stroff) in ctf_bufopen()
708 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *)buf + hp.cth_stroff; in ctf_bufopen()
H A Dctf_create.c448 hdr.cth_stroff = hdr.cth_typeoff + size; in ctf_update()
450 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_update()
454 hdr.cth_typeoff, hdr.cth_stroff, hdr.cth_strlen); in ctf_update()
463 s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff; in ctf_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c286 cthp->cth_stroff)) != 0) { in ctf_compress()
297 fp->ctf_buf + cthp->cth_stroff, cthp->cth_strlen)) != 0) { in ctf_compress()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c284 hp->cth_stroff); in ctfdump_header()