Lines Matching refs:ctb_strtab
56 strtab_t ctb_strtab; /* string table */ member
106 strtab_create(&b->ctb_strtab); in ctf_buf_new()
115 strtab_destroy(&b->ctb_strtab); in ctf_buf_free()
151 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()
320 offset = strtab_insert(&b->ctb_strtab, tp->t_name); in write_type()
394 offset = strtab_insert(&b->ctb_strtab, in write_type()
410 offset = strtab_insert(&b->ctb_strtab, in write_type()
445 offset = strtab_insert(&b->ctb_strtab, ep->el_name); in write_type()
645 + buf->ctb_strtab.str_size); in write_buffer()
651 (void) strtab_write(&buf->ctb_strtab, bcopy_data, &bufpos); in write_buffer()
675 (void) strtab_write(&buf->ctb_strtab, compress_buffer, &resbuf); in write_compressed_buffer()
702 h.cth_parlabel = strtab_insert(&buf->ctb_strtab, in ctf_gen()
704 h.cth_parname = strtab_insert(&buf->ctb_strtab, in ctf_gen()
728 h.cth_strlen = strtab_size(&buf->ctb_strtab); in ctf_gen()