/titanic_50/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 163 } 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 D | ctf_lookup.c | 241 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 D | ctf_types.c | 235 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 D | ctf_create.c | 1122 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 D | ctfdump.c | 77 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 D | dump.c | 44 ctf_funcinfo_t ss_finfo;
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 236 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 D | ctf_diff.c | 257 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 D | ctf_merge.c | 360 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 D | apptrace.c | 586 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 D | fbt.c | 585 ctf_funcinfo_t f; in fbt_getargdesc()
|
/titanic_50/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 360 ctf_funcinfo_t finfo; in read_args()
|
/titanic_50/usr/src/uts/sparc/dtrace/ |
H A D | fbt.c | 1090 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 D | mdb_nm.c | 183 ctf_funcinfo_t f; in nm_func_signature()
|
H A D | mdb_ctf.c | 435 ctf_funcinfo_t f; in mdb_ctf_func_info()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 780 ctf_funcinfo_t f; in dt_pid_get_types()
|
H A D | dt_open.c | 835 ctf_funcinfo_t ctc; in dt_vopen()
|