Lines Matching refs:cth_stroff
114 const char *s = cd->cd_ctfdata + hp->cth_stroff + offset; in ref_to_str()
122 if (hp->cth_stroff + offset >= cd->cd_ctflen) in ref_to_str()
197 (void) printf(" cth_stroff = %u\n", hp->cth_stroff); in print_header()
395 const ctf_type_t *end = (ctf_type_t *)(cd->cd_ctfdata + hp->cth_stroff); in read_types()
406 if (hp->cth_stroff >= cd->cd_ctflen) in read_types()
408 if (hp->cth_typeoff > hp->cth_stroff) in read_types()
637 const char *s = cd->cd_ctfdata + hp->cth_stroff; in read_strtab()
642 if (hp->cth_stroff >= cd->cd_ctflen) 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()