Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c214 list_create(&cch->cch_nodebug, sizeof (ctf_convert_filelist_t), in ctf_convert_init()
233 while ((ccf = list_remove_head(&cch->cch_nodebug)) != NULL) in ctf_convert_fini()
235 list_destroy(&cch->cch_nodebug); in ctf_convert_fini()
309 list_insert_tail(&cch->cch_nodebug, ccf); in ctf_convert_add_ignore()
H A Dlibctf_impl.h45 list_t cch_nodebug; member
H A Dctf_dwarf.c3362 for (ccf = list_head(&cch->cch_nodebug); ccf != NULL; in c_source_has_debug()
3363 ccf = list_next(&cch->cch_nodebug, ccf)) { in c_source_has_debug()