Searched refs:strtab_insert (Results 1 – 3 of 3) sorted by relevance
59 extern size_t strtab_insert(strtab_t *, const char *);
138 ctl.ctl_label = strtab_insert(&b->ctb_strtab, le->le_name); in write_label()267 offset = strtab_insert(&b->ctb_strtab, tp->t_name); in write_type()333 offset = strtab_insert(&b->ctb_strtab, in write_type()344 offset = strtab_insert(&b->ctb_strtab, in write_type()372 offset = strtab_insert(&b->ctb_strtab, ep->el_name); in write_type()618 h.cth_parlabel = strtab_insert(&buf->ctb_strtab, in ctf_gen()620 h.cth_parname = strtab_insert(&buf->ctb_strtab, in ctf_gen()
155 strtab_insert(strtab_t *sp, const char *str) in strtab_insert() function