Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c606 hp.cth_strlen = h1p->cth_strlen; in ctf_bufopen()
612 size = hp.cth_stroff + hp.cth_strlen; in ctf_bufopen()
709 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen; in ctf_bufopen()
H A Dctf_create.c449 hdr.cth_strlen = fp->ctf_dtstrlen + plen; 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()
477 VERIFY(s + plen - s0 <= hdr.cth_strlen); in ctf_update()
490 VERIFY(s + len - s0 <= hdr.cth_strlen); in ctf_update()
517 VERIFY(s + len - s0 <= hdr.cth_strlen); in ctf_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c297 fp->ctf_buf + cthp->cth_stroff, cthp->cth_strlen)) != 0) { in ctf_compress()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c286 hp->cth_strlen); in ctfdump_header()