Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dump/
H A Ddump.c119 if (offset >= hp->cth_strlen) in ref_to_str()
198 (void) printf(" cth_strlen = %u\n", hp->cth_strlen); in print_header()
636 size_t n, off, len = hp->cth_strlen; in read_strtab()
644 if (hp->cth_stroff + hp->cth_strlen > cd->cd_ctflen) in read_strtab()
962 if ((buf = malloc(hp->cth_stroff + hp->cth_strlen)) == NULL) in main()
969 zstr.avail_out = hp->cth_stroff + hp->cth_strlen; in main()
980 if (zstr.total_out != hp->cth_stroff + hp->cth_strlen) in main()
984 cd.cd_ctflen = hp->cth_stroff + hp->cth_strlen; in main()
/titanic_44/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_44/usr/src/common/ctf/
H A Dctf_open.c604 hp.cth_strlen = h1p->cth_strlen; in ctf_bufopen()
610 size = hp.cth_stroff + hp.cth_strlen; in ctf_bufopen()
705 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen; in ctf_bufopen()
H A Dctf_create.c312 hdr.cth_strlen = fp->ctf_dtstrlen; in ctf_update()
313 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_update()
/titanic_44/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()