Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dctf.c60 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()
[all …]