/illumos-gate/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 *,
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-common.c | 100 ctf_funcinfo_t *cfc_fip; 105 ctf_funcinfo_t *fip, void *arg) in ctftest_lookup_function_cb() 123 ctf_funcinfo_t *fip) in ctftest_lookup_function() 579 ctf_funcinfo_t fi; in ctftest_check_function() 654 ctf_funcinfo_t fi; in ctftest_check_fptr()
|
H A D | check-merge-static.c | 111 ctf_funcinfo_t fi; in check_mumble()
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_lookup.c | 244 ctf_func_info(ctf_file_t *fp, ulong_t symidx, ctf_funcinfo_t *fip) in ctf_func_info() 301 ctf_funcinfo_t f; in ctf_func_args()
|
H A D | ctf_types.c | 248 ctf_funcinfo_t fi; in ctf_format_func() 1034 ctf_func_info_by_id(ctf_file_t *fp, ctf_id_t type, ctf_funcinfo_t *fip) in ctf_func_info_by_id() 1158 ctf_funcinfo_t fi; in ctf_function_iter()
|
H A D | ctf_create.c | 1132 const ctf_funcinfo_t *ctc, const ctf_id_t *argv) in ctf_add_funcptr() 1710 ctf_funcinfo_t ctc; in ctf_add_type() 1990 ctf_add_function(ctf_file_t *fp, ulong_t idx, const ctf_funcinfo_t *fip, in ctf_add_function()
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 78 ctf_funcinfo_t ci_funcinfo; 212 ctfdump_functions_cb(const char *name, ulong_t symidx, ctf_funcinfo_t *ctc, in ctfdump_functions_cb() 510 ctf_funcinfo_t ctc; in ctfdump_types_cb() 935 ctf_funcinfo_t *ctc, void *arg) in ctfsrc_collect_functions_cb() 951 ctf_funcinfo_t *cfi = &idn->ci_funcinfo; in ctfsrc_function()
|
/illumos-gate/usr/src/lib/libsaveargs/tests/dump/ |
H A D | dump.c | 44 ctf_funcinfo_t ss_finfo;
|
/illumos-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptrace.c | 584 ctf_funcinfo_t finfo; in la_sparcv9_pltenter() 725 ctf_funcinfo_t finfo; in la_pltexit64()
|
/illumos-gate/usr/src/lib/libctf/common/ |
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_dwarf.c | 242 ctf_funcinfo_t cdf_fip; 292 static int ctf_dwarf_function_count(ctf_cu_t *, Dwarf_Die, ctf_funcinfo_t *, 294 static int ctf_dwarf_convert_fargs(ctf_cu_t *, Dwarf_Die, ctf_funcinfo_t *, 2058 ctf_funcinfo_t fi; in ctf_dwarf_create_fptr() 2062 bzero(&fi, sizeof (ctf_funcinfo_t)); in ctf_dwarf_create_fptr() 2227 ctf_dwarf_function_count(ctf_cu_t *cup, Dwarf_Die die, ctf_funcinfo_t *fip, in ctf_dwarf_function_count() 2281 ctf_dwarf_convert_fargs(ctf_cu_t *cup, Dwarf_Die die, ctf_funcinfo_t *fip, in ctf_dwarf_convert_fargs() 2894 ctf_funcinfo_t fip; in ctf_dwarf_duplicate_func()
|
H A D | ctf_merge.c | 375 ctf_funcinfo_t ctc; in ctf_merge_add_func() 1075 ctf_merge_add_function(ctf_merge_input_t *cmi, ctf_funcinfo_t *fip, ulong_t idx, in ctf_merge_add_function() 1146 ctf_funcinfo_t fi; in ctf_merge_add_symbol() 1419 ctf_funcinfo_t fi; in ctf_merge_symbols()
|
/illumos-gate/usr/src/lib/libproc/amd64/ |
H A D | Pisadep.c | 167 ctf_funcinfo_t finfo; in argcount_ctf() 389 ctf_funcinfo_t finfo; in read_args()
|
/illumos-gate/usr/src/lib/libproc/i386/ |
H A D | Pisadep.c | 127 ctf_funcinfo_t finfo; in argcount_ctf()
|
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | fbt.c | 544 ctf_funcinfo_t f; in fbt_getargdesc()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 187 ctf_funcinfo_t f; in nm_func_signature()
|
H A D | mdb_ctf.c | 435 ctf_funcinfo_t f; in mdb_ctf_func_info()
|
/illumos-gate/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 | 839 ctf_funcinfo_t ctc; in dt_vopen()
|