Lines Matching refs:ctb_strtab
56 strtab_t ctb_strtab; /* string table */ member
95 strtab_create(&b->ctb_strtab); in ctf_buf_new()
104 strtab_destroy(&b->ctb_strtab); in ctf_buf_free()
138 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()
267 offset = strtab_insert(&b->ctb_strtab, tp->t_name); in write_type()
333 offset = strtab_insert(&b->ctb_strtab, in write_type()
344 offset = strtab_insert(&b->ctb_strtab, in write_type()
372 offset = strtab_insert(&b->ctb_strtab, ep->el_name); in write_type()
564 + buf->ctb_strtab.str_size); in write_buffer()
570 (void) strtab_write(&buf->ctb_strtab, bcopy_data, &bufpos); in write_buffer()
594 (void) strtab_write(&buf->ctb_strtab, compress_buffer, &resbuf); in write_compressed_buffer()
618 h.cth_parlabel = strtab_insert(&buf->ctb_strtab, in ctf_gen()
620 h.cth_parname = strtab_insert(&buf->ctb_strtab, in ctf_gen()
644 h.cth_strlen = strtab_size(&buf->ctb_strtab); in ctf_gen()