Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx_util.c350 sub->sub_ops = (ops != NULL) ? ops : sysdem_ops_default; in sub_init()
360 xfree(sub->sub_ops, sub->sub_items, sub->sub_size); in sub_fini()
396 void *temp = xrealloc(sub->sub_ops, sub->sub_items, in sub_reserve()
419 name_init(dest, sub->sub_ops); in sub_save()
H A Dcxx.h51 sysdem_ops_t *sub_ops; member