Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.h59 extern size_t strtab_insert(strtab_t *, const char *);
H A Dctf.c152 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()
323 offset = strtab_insert(&b->ctb_strtab, tp->t_name); in write_type()
397 offset = strtab_insert(&b->ctb_strtab, in write_type()
413 offset = strtab_insert(&b->ctb_strtab, in write_type()
448 offset = strtab_insert(&b->ctb_strtab, ep->el_name); in write_type()
709 h.cth_parlabel = strtab_insert(&buf->ctb_strtab, in ctf_gen()
711 h.cth_parname = strtab_insert(&buf->ctb_strtab, in ctf_gen()
H A Dstrtab.c155 strtab_insert(strtab_t *sp, const char *str) in strtab_insert() function