Searched refs:ctr_contents (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_print.c | 384 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 || in dt_print_array() 385 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || in dt_print_array() 387 (void) fprintf(fp, "<invalid type %lu>", car.ctr_contents); in dt_print_array() 437 (void) ctf_type_visit(ctfp, car.ctr_contents, in dt_print_array()
|
H A D | dt_printf.c | 110 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR && in pfcheck_str() 126 (base = ctf_type_resolve(ctfp, r.ctr_contents)) != CTF_ERR && in pfcheck_wstr()
|
H A D | dt_decl.c | 967 r.ctr_contents = tip->dtt_type; in dt_decl_type()
|
H A D | dt_parser.c | 996 (base = ctf_type_resolve(fp, r.ctr_contents)) != CTF_ERR && in dt_node_is_strcompat() 1091 lref = ctf_type_resolve(lfp, r.ctr_contents); in dt_node_is_ptrcompat() 1104 rref = ctf_type_resolve(rfp, r.ctr_contents); in dt_node_is_ptrcompat() 2975 type = r.ctr_contents; in dt_cook_op1()
|
H A D | dt_open.c | 1217 ctr.ctr_contents = ctf_lookup_by_name(dmp->dm_ctfp, "char"); in dt_vopen()
|
H A D | dt_cg.c | 208 type = r.ctr_contents; in dt_cg_ptrsize()
|
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_create.c | 375 dtd->dtd_u.dtu_arr.ctr_contents; in ctf_update() 525 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_contents); in ctf_dtd_delete() 730 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_add_array() 731 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_add_array() 745 ctf_ref_inc(fp, arp->ctr_contents); in ctf_add_array() 764 if (ctf_lookup_by_id(&fpd, arp->ctr_contents) == NULL && in ctf_set_array() 765 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_set_array() 773 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_contents); in ctf_set_array() 777 ctf_ref_inc(fp, arp->ctr_contents); in ctf_set_array() 1390 src_ar.ctr_contents = in ctf_add_type() [all …]
|
H A D | ctf_types.c | 379 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR) in ctf_type_size() 413 return (ctf_type_align(fp, r.ctr_contents)); in ctf_type_align() 634 lfp, la.ctr_contents, rfp, ra.ctr_contents) && in ctf_type_compat() 718 arp->ctr_contents = ap->cta_contents; in ctf_array_info()
|
H A D | ctf_decl.c | 105 ctf_decl_push(cd, fp, ar.ctr_contents); in ctf_decl_push()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 95 ctf_id_t ctr_contents; /* type of array contents */ member
|
/titanic_41/usr/src/tools/ctf/stabs/common/ |
H A D | genassym.c | 259 if ((sz = ctf_type_size(ctf, arinfo.ctr_contents)) < 0) in ga_member_cb()
|
H A D | fth_struct.c | 320 mem.fsm_tid = ar.ctr_contents; in fth_print_array()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | gen_struct_layout.c | 783 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_field() 810 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_type()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 707 set_ctf_id(&arp->mta_contents, idp->mci_fp, car.ctr_contents); in mdb_ctf_array_info() 1982 car.ctr_contents = id; in mdb_ctf_add_array()
|