Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c175 if (cch->cch_label != NULL) { in ctf_elfconvert()
176 if (ctf_add_label(fp, cch->cch_label, fp->ctf_typemax, 0) == in ctf_elfconvert()
208 cch->cch_label = NULL; in ctf_convert_init()
232 ctf_strfree(cch->cch_label); in ctf_convert_fini()
279 ctf_strfree(cch->cch_label); in ctf_convert_set_label()
280 cch->cch_label = dup; in ctf_convert_set_label()
H A Dlibctf_impl.h40 char *cch_label; member