Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c120 if (offset >= hp->cth_strlen) in ref_to_str()
199 (void) printf(" cth_strlen = %u\n", hp->cth_strlen); in print_header()
725 size_t n, off, len = hp->cth_strlen; in read_strtab()
733 if (hp->cth_stroff + hp->cth_strlen > cd->cd_ctflen) in read_strtab()
1053 if ((buf = malloc(hp->cth_stroff + hp->cth_strlen)) == NULL) in main()
1060 zstr.avail_out = hp->cth_stroff + hp->cth_strlen; in main()
1071 if (zstr.total_out != hp->cth_stroff + hp->cth_strlen) in main()
1075 cd.cd_ctflen = hp->cth_stroff + hp->cth_strlen; in main()
/freebsd/sys/ddb/
H A Ddb_ctf.c167 end = cur + hp->cth_strlen; in db_ctf_typename_to_type()
256 if (stroff >= (hp->cth_stroff + hp->cth_strlen)) { in db_ctf_stroff_to_str()
/freebsd/sys/sys/
H A Dctf.h51 __uint32_t cth_strlen; member
/freebsd/sys/kern/
H A Dkern_ctf.c217 sz = cth.cth_stroff + cth.cth_strlen + sizeof(cth); in link_elf_ctf_get()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c728 h.cth_strlen = strtab_size(&buf->ctb_strtab); in ctf_gen()
739 SWAP_32(h.cth_strlen); in ctf_gen()
1468 ctfdatasz = h->cth_stroff + h->cth_strlen; in ctf_load()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c769 size = hp.cth_stroff + hp.cth_strlen; in ctf_bufopen()
865 fp->ctf_str[CTF_STRTAB_0].cts_len = hp.cth_strlen; in ctf_bufopen()
H A Dctf_create.c371 hdr.cth_strlen = fp->ctf_dtstrlen; in ctf_update()
372 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_update()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c912 if (name < 0 || name >= hp->cth_strlen) in ctf_strptr()