Searched refs:cch_nodebug (Results 1 – 3 of 3) sorted by relevance
214 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()
45 list_t cch_nodebug; member
3362 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()