/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 157 } ctf_arinfo_t; typedef 269 extern int ctf_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *); 285 extern ctf_id_t ctf_add_array(ctf_file_t *, uint_t, const ctf_arinfo_t *); 313 extern int ctf_set_array(ctf_file_t *, ctf_id_t, const ctf_arinfo_t *);
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_impl.h | 164 ctf_arinfo_t dtu_arr; /* array */ 329 extern int ctf_dyn_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *);
|
H A D | ctf_decl.c | 93 ctf_arinfo_t ar; in ctf_decl_push()
|
H A D | ctf_types.c | 495 ctf_arinfo_t ar; in ctf_type_size() 561 ctf_arinfo_t r; in ctf_type_align() 764 ctf_arinfo_t la, ra; in ctf_type_compat() 947 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info()
|
H A D | ctf_lookup.c | 341 ctf_dyn_array_info(ctf_file_t *infp, ctf_id_t id, ctf_arinfo_t *arinfop) in ctf_dyn_array_info()
|
H A D | ctf_create.c | 1066 ctf_add_array(ctf_file_t *fp, uint_t flag, const ctf_arinfo_t *arp) in ctf_add_array() 1103 ctf_set_array(ctf_file_t *fp, ctf_id_t type, const ctf_arinfo_t *arp) in ctf_set_array() 1714 ctf_arinfo_t src_ar, dst_ar; in ctf_add_type() 1855 if (bcmp(&src_ar, &dst_ar, sizeof (ctf_arinfo_t))) in ctf_add_type()
|
/illumos-gate/usr/src/tools/ctf/stabs/common/ |
H A D | genassym.c | 217 ctf_arinfo_t arinfo; in ga_member_cb()
|
H A D | fth_struct.c | 325 ctf_arinfo_t ar; in fth_print_array()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 819 ctf_arinfo_t ai; in do_array_field() 848 ctf_arinfo_t ai; in do_array_type()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_print.c | 390 ctf_arinfo_t car; in dt_print_array()
|
H A D | dt_printf.c | 98 ctf_arinfo_t r; in pfcheck_str() 123 ctf_arinfo_t r; in pfcheck_wstr()
|
H A D | dt_options.c | 760 ctf_arinfo_t r; in dt_opt_strsize()
|
H A D | dt_decl.c | 856 ctf_arinfo_t r; in dt_decl_type()
|
H A D | dt_open.c | 840 ctf_arinfo_t ctr; in dt_vopen()
|
H A D | dt_parser.c | 990 ctf_arinfo_t r; in dt_node_is_strcompat() 1063 ctf_arinfo_t r; in dt_node_is_ptrcompat() 2932 ctf_arinfo_t r; in dt_cook_op1()
|
H A D | dt_cg.c | 197 ctf_arinfo_t r; in dt_cg_ptrsize()
|
/illumos-gate/usr/src/test/util-tests/tests/ctf/ |
H A D | check-common.c | 275 ctf_arinfo_t ari; in ctftest_check_descent()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 1587 ctf_dwarf_array_upper_bound(ctf_cu_t *cup, Dwarf_Die range, ctf_arinfo_t *ar) in ctf_dwarf_array_upper_bound() 1717 ctf_arinfo_t ar; in ctf_dwarf_create_array_range() 1806 ctf_arinfo_t arinfo; in needed_array_qualifier()
|
H A D | ctf_diff.c | 213 ctf_arinfo_t iar, oar; in ctf_diff_array()
|
H A D | ctf_merge.c | 212 ctf_arinfo_t ar; in ctf_merge_add_array()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 706 ctf_arinfo_t car; in mdb_ctf_array_info() 2050 ctf_arinfo_t car; in mdb_ctf_add_array()
|
/illumos-gate/usr/src/cmd/ctfdump/ |
H A D | ctfdump.c | 522 ctf_arinfo_t ar; in ctfdump_types_cb()
|