Searched refs:ctf_type_iter (Results 1 – 6 of 6) sorted by relevance
78 ctf_type_iter;
92 ctf_type_iter;
102 ctf_type_iter;
200 extern int ctf_type_iter(ctf_file_t *, ctf_type_f *, void *);
147 ctf_type_iter(ctf_file_t *fp, ctf_type_f *func, void *arg) in ctf_type_iter() function
682 if ((ret = ctf_type_iter(fp, type_iter_cb, &ti)) == CTF_ERR) in mdb_ctf_type_iter()