Lines Matching refs:ctb_strtab
60 strtab_t ctb_strtab; /* string table */ member
111 strtab_create(&b->ctb_strtab); in ctf_buf_new()
120 strtab_destroy(&b->ctb_strtab); in ctf_buf_free()
156 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()
327 offset = strtab_insert(&b->ctb_strtab, tp->t_name); in write_type()
405 offset = strtab_insert(&b->ctb_strtab, in write_type()
423 offset = strtab_insert(&b->ctb_strtab, in write_type()
461 offset = strtab_insert(&b->ctb_strtab, ep->el_name); in write_type()
665 + buf->ctb_strtab.str_size); in write_buffer()
671 (void) strtab_write(&buf->ctb_strtab, bcopy_data, &bufpos); in write_buffer()
695 (void) strtab_write(&buf->ctb_strtab, compress_buffer, &resbuf); in write_compressed_buffer()
722 h.cth_parlabel = strtab_insert(&buf->ctb_strtab, in ctf_gen()
724 h.cth_parname = strtab_insert(&buf->ctb_strtab, in ctf_gen()
748 h.cth_strlen = strtab_size(&buf->ctb_strtab); in ctf_gen()