Searched refs:cth_stroff (Results 1 – 10 of 10) sorted by relevance
121 const char *s = cd->cd_ctfdata + hp->cth_stroff + offset; in ref_to_str()129 if (hp->cth_stroff + offset >= cd->cd_ctflen) in ref_to_str()204 (void) printf(" cth_stroff = %u\n", hp->cth_stroff); in print_header()410 const char *end = (void *) (cd->cd_ctfdata + hp->cth_stroff); in read_types()421 if (hp->cth_stroff >= cd->cd_ctflen) in read_types()423 if (hp->cth_typeoff > hp->cth_stroff) in read_types()731 const char *s = cd->cd_ctfdata + hp->cth_stroff; in read_strtab()736 if (hp->cth_stroff >= cd->cd_ctflen) in read_strtab()738 if (hp->cth_stroff + hp->cth_strlen > cd->cd_ctflen) in read_strtab()1058 if ((buf = malloc(hp->cth_stroff + hp->cth_strlen)) == NULL) in main()[all …]
735 h.cth_stroff = ctf_buf_cur(buf); in ctf_gen()746 SWAP_32(h.cth_stroff); in ctf_gen()818 while (dptr < data + h->cth_stroff) { in count_types()903 caddr_t sbuf = ctfdata + h->cth_stroff; in resurrect_labels()1071 size_t bufsz = h->cth_stroff - h->cth_typeoff; in resurrect_types()1072 caddr_t sbuf = ctfdata + h->cth_stroff; in resurrect_types()1404 td->td_parlabel = xstrdup(buf + h->cth_stroff + h->cth_parlabel); in ctf_parse()1479 ctfdatasz = h->cth_stroff + h->cth_strlen; in ctf_load()
163 uint32_t cth_stroff; /* Offset of string section. */ member180 uint32_t cth_stroff; /* Offset of string section. */ member
361 const void *tend = (const void *)(fp->ctf_buf + cth->cth_stroff); in init_types()787 size = hp.cth_stroff + hp.cth_strlen; in ctf_bufopen()793 hp.cth_stroff > size) in ctf_bufopen()799 hp.cth_typeoff > hp.cth_stroff) in ctf_bufopen()882 fp->ctf_str[CTF_STRTAB_0].cts_strs = (const char *)buf + hp.cth_stroff; in ctf_bufopen()
378 hdr.cth_stroff = hdr.cth_typeoff + size; in ctf_update()380 size = sizeof (ctf_header_t) + hdr.cth_stroff + hdr.cth_strlen; in ctf_update()387 s = s0 = (uchar_t *)buf + sizeof (ctf_header_t) + hdr.cth_stroff; in ctf_update()
160 uint32_t cth_stroff; /* Offset of string section. */ member
50 __uint32_t cth_stroff; member
592 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()942 strp = (const char *)(mc->ctftab + hp->cth_stroff + name + sizeof(ctf_header_t)); in ctf_strptr()
136317 represented by the cth_stroff header field. Its length is recorded in