Home
last modified time | relevance | path

Searched refs:cth_strlen (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dctf.h126 uint_t cth_strlen; /* length of string section in bytes */ member
141 uint_t cth_strlen; member
/titanic_50/usr/src/common/ctf/
H A Dctf_open.c605 hp.cth_strlen = h1p->cth_strlen; in ctf_bufopen()
611 size = hp.cth_stroff + hp.cth_strlen; in ctf_bufopen()
708 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen; in ctf_bufopen()
H A Dctf_create.c440 hdr.cth_strlen = fp->ctf_dtstrlen + plen; in ctf_update()
441 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_update()
445 hdr.cth_typeoff, hdr.cth_stroff, hdr.cth_strlen); in ctf_update()
468 VERIFY(s + plen - s0 <= hdr.cth_strlen); in ctf_update()
481 VERIFY(s + len - s0 <= hdr.cth_strlen); in ctf_update()
508 VERIFY(s + len - s0 <= hdr.cth_strlen); in ctf_update()
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctf.c644 h.cth_strlen = strtab_size(&buf->ctb_strtab); in ctf_gen()
1259 ctfdatasz = h->cth_stroff + h->cth_strlen; in ctf_load()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_lib.c297 fp->ctf_buf + cthp->cth_stroff, cthp->cth_strlen)) != 0) { in ctf_compress()
/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c285 hp->cth_strlen); in ctfdump_header()