Searched refs:ctf_funcinfo_t (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | ctf-api.h | 131 } ctf_funcinfo_t; typedef 307 extern int ctf_func_info (ctf_file_t *, unsigned long, ctf_funcinfo_t *); 309 extern int ctf_func_type_info (ctf_file_t *, ctf_id_t, ctf_funcinfo_t *); 373 const ctf_funcinfo_t *, const ctf_id_t *);
|
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-lookup.c | 357 ctf_func_info (ctf_file_t *fp, unsigned long symidx, ctf_funcinfo_t *fip) in ctf_func_info() 418 ctf_funcinfo_t f; in ctf_func_args()
|
H A D | ctf-types.c | 1139 ctf_func_type_info (ctf_file_t *fp, ctf_id_t type, ctf_funcinfo_t *fip) in ctf_func_type_info() 1187 ctf_funcinfo_t f; in ctf_func_type_args()
|
H A D | ctf-dump.c | 403 ctf_funcinfo_t fi; in ctf_dump_funcs()
|
H A D | ctf-create.c | 1039 const ctf_funcinfo_t *ctc, const ctf_id_t *argv) in ctf_add_function() 1628 ctf_funcinfo_t ctc; in ctf_add_type_internal()
|