Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf-api.h236 typedef int ctf_variable_f (const char *name, ctf_id_t type, void *arg); typedef
349 extern int ctf_variable_iter (ctf_file_t *, ctf_variable_f *, void *);
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-types.c202 ctf_variable_iter (ctf_file_t *fp, ctf_variable_f *func, void *arg) in ctf_variable_iter()