Home
last modified time | relevance | path

Searched refs:ctb_strtab (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c56 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()
[all …]