Home
last modified time | relevance | path

Searched refs:ctr_contents (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_print.c403 if ((eltsize = ctf_type_size(ctfp, car.ctr_contents)) < 0 || in dt_print_array()
404 (rtype = ctf_type_resolve(ctfp, car.ctr_contents)) == CTF_ERR || in dt_print_array()
406 (void) fprintf(fp, "<invalid type %lu>", car.ctr_contents); in dt_print_array()
456 (void) ctf_type_visit(ctfp, car.ctr_contents, in dt_print_array()
H A Ddt_printf.c110 (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 Ddt_decl.c990 r.ctr_contents = tip->dtt_type; in dt_decl_type()
H A Ddt_parser.c1006 (base = ctf_type_resolve(fp, r.ctr_contents)) != CTF_ERR && in dt_node_is_strcompat()
1101 lref = ctf_type_resolve(lfp, r.ctr_contents); in dt_node_is_ptrcompat()
1114 rref = ctf_type_resolve(rfp, r.ctr_contents); in dt_node_is_ptrcompat()
2987 type = r.ctr_contents; in dt_cook_op1()
H A Ddt_open.c1221 ctr.ctr_contents = ctf_lookup_by_name(dmp->dm_ctfp, "char"); in dt_vopen()
H A Ddt_cg.c212 type = r.ctr_contents; in dt_cg_ptrsize()
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c551 dtd->dtd_u.dtu_arr.ctr_contents; in ctf_update()
783 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_contents); in ctf_dtd_delete()
1073 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) { in ctf_add_array()
1075 arp->ctr_contents); in ctf_add_array()
1092 ctf_ref_inc(fp, arp->ctr_contents); in ctf_add_array()
1112 ctf_dtd_lookup(fp, arp->ctr_contents) == NULL) in ctf_set_array()
1120 ctf_ref_dec(fp, dtd->dtd_u.dtu_arr.ctr_contents); in ctf_set_array()
1124 ctf_ref_inc(fp, arp->ctr_contents); in ctf_set_array()
1834 src_ar.ctr_contents = in ctf_add_type()
1835 ctf_add_type(dst_fp, src_fp, src_ar.ctr_contents); in ctf_add_type()
[all …]
H A Dctf_types.c527 (size = ctf_type_size(fp, ar.ctr_contents)) == CTF_ERR) in ctf_type_size()
576 return (ctf_type_align(fp, r.ctr_contents)); in ctf_type_align()
795 lfp, la.ctr_contents, rfp, ra.ctr_contents) && in ctf_type_compat()
879 arp->ctr_contents = ap->cta_contents; in ctf_array_info()
H A Dctf_decl.c103 ctf_decl_push(cd, fp, ar.ctr_contents); in ctf_decl_push()
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c349 if (ari.ctr_contents != tid) { in ctftest_check_descent()
355 symbol, ari.ctr_contents, in ctftest_check_descent()
360 base = ari.ctr_contents; in ctftest_check_descent()
/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c259 if ((sz = ctf_type_size(ctf, arinfo.ctr_contents)) < 0) in ga_member_cb()
H A Dfth_struct.c339 mem.fsm_tid = ar.ctr_contents; in fth_print_array()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c223 if (cmp->cm_tmap[ar.ctr_contents].cmt_map == 0) { in ctf_merge_add_array()
224 ret = ctf_merge_add_type(cmp, ar.ctr_contents); in ctf_merge_add_array()
227 ASSERT(cmp->cm_tmap[ar.ctr_contents].cmt_map != 0); in ctf_merge_add_array()
229 ar.ctr_contents = ctf_merge_gettype(cmp, ar.ctr_contents); in ctf_merge_add_array()
H A Dctf_diff.c221 ret = ctf_diff_type(cds, ifp, iar.ctr_contents, ofp, oar.ctr_contents); in ctf_diff_array()
H A Dctf_dwarf.c1728 ar.ctr_contents = id; in ctf_dwarf_create_array_range()
1730 ar.ctr_contents = base; in ctf_dwarf_create_array_range()
1822 ctf_id_t id = arinfo.ctr_contents; in needed_array_qualifier()
1837 id = arinfo.ctr_contents; in needed_array_qualifier()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h154 ctf_id_t ctr_contents; /* type of array contents */ member
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c820 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_field()
847 esz = ctf_type_size(ctf, ai.ctr_contents); in do_array_type()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c708 set_ctf_id(&arp->mta_contents, idp->mci_fp, car.ctr_contents); in mdb_ctf_array_info()
2031 car.ctr_contents = id; in mdb_ctf_add_array()
/illumos-gate/usr/src/cmd/ctfdump/
H A Dctfdump.c568 name, ar.ctr_contents, ar.ctr_index); in ctfdump_types_cb()