Home
last modified time | relevance | path

Searched refs:ctf_funcinfo_t (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dctf_api.h163 } ctf_funcinfo_t; typedef
207 typedef int ctf_function_f(const char *, ulong_t, ctf_funcinfo_t *, void *);
239 extern int ctf_func_info(ctf_file_t *, ulong_t, ctf_funcinfo_t *);
240 extern int ctf_func_info_by_id(ctf_file_t *, ctf_id_t, ctf_funcinfo_t *);
291 extern ctf_id_t ctf_add_funcptr(ctf_file_t *, uint_t, const ctf_funcinfo_t *,
308 extern int ctf_add_function(ctf_file_t *, ulong_t, const ctf_funcinfo_t *,
/titanic_50/usr/src/common/ctf/
H A Dctf_lookup.c241 ctf_func_info(ctf_file_t *fp, ulong_t symidx, ctf_funcinfo_t *fip) in ctf_func_info()
298 ctf_funcinfo_t f; in ctf_func_args()
H A Dctf_types.c235 ctf_funcinfo_t fi; in ctf_format_func()
1008 ctf_func_info_by_id(ctf_file_t *fp, ctf_id_t type, ctf_funcinfo_t *fip) in ctf_func_info_by_id()
1132 ctf_funcinfo_t fi; in ctf_function_iter()
H A Dctf_create.c1122 const ctf_funcinfo_t *ctc, const ctf_id_t *argv) in ctf_add_funcptr()
1695 ctf_funcinfo_t ctc; in ctf_add_type()
1975 ctf_add_function(ctf_file_t *fp, ulong_t idx, const ctf_funcinfo_t *fip, in ctf_add_function()
/titanic_50/usr/src/cmd/ctfdump/
H A Dctfdump.c77 ctf_funcinfo_t ci_funcinfo;
211 ctfdump_functions_cb(const char *name, ulong_t symidx, ctf_funcinfo_t *ctc, in ctfdump_functions_cb()
509 ctf_funcinfo_t ctc; in ctfdump_types_cb()
911 ctf_funcinfo_t *ctc, void *arg) in ctfsrc_collect_functions_cb()
927 ctf_funcinfo_t *cfi = &idn->ci_funcinfo; in ctfsrc_function()
/titanic_50/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c44 ctf_funcinfo_t ss_finfo;
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c236 ctf_funcinfo_t cdf_fip;
280 static int ctf_dwarf_function_count(ctf_cu_t *, Dwarf_Die, ctf_funcinfo_t *,
282 static int ctf_dwarf_convert_fargs(ctf_cu_t *, Dwarf_Die, ctf_funcinfo_t *,
1641 ctf_funcinfo_t fi; in ctf_dwarf_create_fptr()
1645 bzero(&fi, sizeof (ctf_funcinfo_t)); in ctf_dwarf_create_fptr()
1809 ctf_dwarf_function_count(ctf_cu_t *cup, Dwarf_Die die, ctf_funcinfo_t *fip, in ctf_dwarf_function_count()
1863 ctf_dwarf_convert_fargs(ctf_cu_t *cup, Dwarf_Die die, ctf_funcinfo_t *fip, in ctf_dwarf_convert_fargs()
2447 ctf_funcinfo_t fip; in ctf_dwarf_duplicate_func()
H A Dctf_diff.c257 ctf_funcinfo_t ifunc, ofunc; in ctf_diff_fptr()
994 ctf_diff_func_count(const char *name, ulong_t symidx, ctf_funcinfo_t *fip, in ctf_diff_func_count()
1005 ctf_diff_func_fill_cb(const char *name, ulong_t symidx, ctf_funcinfo_t *fip, in ctf_diff_func_fill_cb()
1085 ctf_funcinfo_t ifip, ofip; in ctf_diff_func_fill()
H A Dctf_merge.c360 ctf_funcinfo_t ctc; in ctf_merge_add_func()
1063 ctf_merge_add_funcs_cb(const char *name, ulong_t idx, ctf_funcinfo_t *fip, in ctf_merge_add_funcs_cb()
1261 ctf_funcinfo_t fi; in ctf_merge_functions()
/titanic_50/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c586 ctf_funcinfo_t finfo; in la_sparcv9_pltenter()
727 ctf_funcinfo_t finfo; in la_pltexit64()
/titanic_50/usr/src/uts/intel/dtrace/
H A Dfbt.c585 ctf_funcinfo_t f; in fbt_getargdesc()
/titanic_50/usr/src/lib/libproc/amd64/
H A DPisadep.c360 ctf_funcinfo_t finfo; in read_args()
/titanic_50/usr/src/uts/sparc/dtrace/
H A Dfbt.c1090 ctf_funcinfo_t f; in fbt_provide_module()
1614 ctf_funcinfo_t f; in fbt_getargdesc()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nm.c183 ctf_funcinfo_t f; in nm_func_signature()
H A Dmdb_ctf.c435 ctf_funcinfo_t f; in mdb_ctf_func_info()
/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_pid.c780 ctf_funcinfo_t f; in dt_pid_get_types()
H A Ddt_open.c835 ctf_funcinfo_t ctc; in dt_vopen()