Searched refs:ctf_type_reference (Results 1 – 13 of 13) sorted by relevance
/onnv-gate/usr/src/lib/abi/apptrace/common/ |
H A D | apptraceutil.c | 64 type = ctf_type_reference(ctfp, rtype); in print_value() 232 if ((base = ctf_type_reference(ctfp, base)) == CTF_ERR) in print_ptr()
|
H A D | apptrace.c | 620 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter() 650 type = ctf_type_reference(ctfp, rtype); in la_sparcv9_pltenter()
|
/onnv-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 83 ctf_type_reference;
|
/onnv-gate/usr/src/uts/common/ctf/ |
H A D | mapfile | 97 ctf_type_reference;
|
/onnv-gate/usr/src/lib/libctf/common/ |
H A D | mapfile-vers | 106 ctf_type_reference;
|
/onnv-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 181 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
|
/onnv-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 448 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) in ctf_type_reference() function 603 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype), in ctf_type_compat() 604 rfp, ctf_type_reference(rfp, rtype))); in ctf_type_compat()
|
H A D | ctf_create.c | 1209 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type() 1340 src_type = ctf_type_reference(src_fp, src_type); in ctf_add_type()
|
/onnv-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_cg.c | 210 type = ctf_type_reference(ctfp, type); in dt_cg_ptrsize() 344 type = ctf_type_reference(fp, type); in dt_cg_field_set() 626 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_prearith_op() 685 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type)); in dt_cg_postarith_op() 1693 type = ctf_type_reference(ctfp, type); in dt_cg_node()
|
H A D | dt_xlator.c | 281 dst_type = ctf_type_reference(dst_ctfp, dst_type); in dt_xlator_lookup()
|
H A D | dt_parser.c | 881 type = ctf_type_resolve(fp, ctf_type_reference(fp, type)); in dt_node_is_vfptr() 944 (base = ctf_type_reference(fp, base)) != CTF_ERR && in dt_node_is_strcompat() 1042 ctf_type_reference(lfp, lbase)); in dt_node_is_ptrcompat() 1055 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat() 2905 type = ctf_type_reference(cp->dn_ctfp, type); in dt_cook_op1() 3639 type = ctf_type_reference(ctfp, type); in dt_cook_op2() 4144 ltype = ctf_type_reference(lctfp, ltype); in dt_cook_inline()
|
H A D | dt_printf.c | 214 type = ctf_type_reference(ctfp, type); in pfcheck_xlonglong()
|
/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 477 if ((id = ctf_type_reference(idp->mci_fp, idp->mci_id)) == CTF_ERR) { in mdb_ctf_type_reference()
|