Home
last modified time | relevance | path

Searched refs:ctf_array_info (Results 1 – 14 of 14) sorted by relevance

/onnv-gate/usr/src/common/ctf/
H A Dctf_types.c353 if (ctf_array_info(fp, type, &ar) == CTF_ERR || in ctf_type_size()
386 if (ctf_array_info(fp, type, &r) == CTF_ERR) in ctf_type_align()
606 return (ctf_array_info(lfp, ltype, &la) == 0 && in ctf_type_compat()
607 ctf_array_info(rfp, rtype, &ra) == 0 && in ctf_type_compat()
677 ctf_array_info(ctf_file_t *fp, ctf_id_t type, ctf_arinfo_t *arp) in ctf_array_info() function
H A Dctf_decl.c104 (void) ctf_array_info(fp, type, &ar); in ctf_decl_push()
H A Dctf_create.c1219 if (ctf_array_info(src_fp, src_type, &src_ar) == CTF_ERR) in ctf_add_type()
1233 if (ctf_array_info(dst_fp, dst_type, &dst_ar) != 0) in ctf_add_type()
/onnv-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile48 ctf_array_info;
/onnv-gate/usr/src/uts/common/ctf/
H A Dmapfile58 ctf_array_info;
/onnv-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers82 ctf_array_info;
/onnv-gate/usr/src/uts/common/sys/
H A Dctf_api.h190 extern int ctf_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *);
/onnv-gate/usr/src/tools/ctf/stabs/common/
H A Dgenassym.c257 if (ctf_array_info(ctf, type, &arinfo) == 0) { in ga_member_cb()
H A Dfth_struct.c313 if (ctf_array_info(ctf, tid, &ar) == CTF_ERR) { in fth_print_array()
/onnv-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c696 if (ctf_array_info(fp, type, &r) == CTF_ERR) { in dt_opt_strsize()
H A Ddt_printf.c107 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 && in pfcheck_str()
123 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 && in pfcheck_wstr()
H A Ddt_parser.c949 if (kind == CTF_K_ARRAY && ctf_array_info(fp, base, &r) == 0 && in dt_node_is_strcompat()
1044 ctf_array_info(lfp, lbase, &r) == 0) { in dt_node_is_ptrcompat()
1057 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat()
2899 if (ctf_array_info(cp->dn_ctfp, type, &r) != 0) { in dt_cook_op1()
H A Ddt_cg.c204 if (ctf_array_info(ctfp, type, &r) != 0) { in dt_cg_ptrsize()
/onnv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c576 if (ctf_array_info(idp->mci_fp, idp->mci_id, &car) == CTF_ERR) in mdb_ctf_array_info()