Searched refs:ctf_array_info (Results 1 – 14 of 14) sorted by relevance
/onnv-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 353 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 D | ctf_decl.c | 104 (void) ctf_array_info(fp, type, &ar); in ctf_decl_push()
|
H A D | ctf_create.c | 1219 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 D | mapfile | 48 ctf_array_info;
|
/onnv-gate/usr/src/uts/common/ctf/ |
H A D | mapfile | 58 ctf_array_info;
|
/onnv-gate/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 82 ctf_array_info;
|
/onnv-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 190 extern int ctf_array_info(ctf_file_t *, ctf_id_t, ctf_arinfo_t *);
|
/onnv-gate/usr/src/tools/ctf/stabs/common/ |
H A D | genassym.c | 257 if (ctf_array_info(ctf, type, &arinfo) == 0) { in ga_member_cb()
|
H A D | fth_struct.c | 313 if (ctf_array_info(ctf, tid, &ar) == CTF_ERR) { in fth_print_array()
|
/onnv-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_options.c | 696 if (ctf_array_info(fp, type, &r) == CTF_ERR) { in dt_opt_strsize()
|
H A D | dt_printf.c | 107 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 D | dt_parser.c | 949 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 D | dt_cg.c | 204 if (ctf_array_info(ctfp, type, &r) != 0) { in dt_cg_ptrsize()
|
/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 576 if (ctf_array_info(idp->mci_fp, idp->mci_id, &car) == CTF_ERR) in mdb_ctf_array_info()
|