Searched refs:ctf_string_iter (Results 1 – 4 of 4) sorted by relevance
121 ctf_string_iter;
283 extern int ctf_string_iter(ctf_file_t *, ctf_string_f *, void *);
329 if (ctf_string_iter(g_fp, ctfdump_strings_cb, &stroff) == CTF_ERR) { in ctfdump_strings()
1350 ctf_string_iter(ctf_file_t *fp, ctf_string_f *func, void *arg) in ctf_string_iter() function