Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf-api.h308 extern int ctf_func_args (ctf_file_t *, unsigned long, uint32_t, ctf_id_t *);
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-lookup.c414 ctf_func_args (ctf_file_t * fp, unsigned long symidx, uint32_t argc, in ctf_func_args() function
H A Dctf-dump.c452 if (ctf_func_args (state->cds_fp, i, fi.ctc_argc, args) < 0) in ctf_dump_funcs()