Searched refs:ctf_type_reference (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/dtrace-147/sys/
H A Dctf_api.h210 extern ctf_id_t ctf_type_reference(ctf_file_t *, ctf_id_t);
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c451 ctf_type_reference(ctf_file_t *fp, ctf_id_t type) function
626 return (ctf_type_compat(lfp, ctf_type_reference(lfp, ltype),
627 rfp, ctf_type_reference(rfp, rtype)));
H A Dctf_create.c1208 src_type = ctf_type_reference(src_fp, src_type);
1339 src_type = ctf_type_reference(src_fp, src_type);
1347 * ctf_type_reference(dst_fp, dst_type) != src_type and if so
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_xlator.c281 dst_type = ctf_type_reference(dst_ctfp, dst_type);
H A Ddt_cg.c208 type = ctf_type_reference(ctfp, type);
342 type = ctf_type_reference(fp, type);
633 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
692 size = ctf_type_size(ctfp, ctf_type_reference(ctfp, type));
1700 type = ctf_type_reference(ctfp, type);
H A Ddt_program.c405 ctf_id_t referenced_type = ctf_type_reference(file, type);
H A Ddt_parser.c885 type = ctf_type_resolve(fp, ctf_type_reference(fp, type));
948 (base = ctf_type_reference(fp, base)) != CTF_ERR &&
1046 ctf_type_reference(lfp, lbase));
1059 ctf_type_reference(rfp, rbase));
2910 type = ctf_type_reference(cp->dn_ctfp, type);
3644 type = ctf_type_reference(ctfp, type);
4153 ltype = ctf_type_reference(lctfp, ltype);
H A Ddt_ld.cpp303 return dt_ld_strip_pointers(file, ctf_type_reference(file, type));
H A Ddt_printf.c220 type = ctf_type_reference(ctfp, type);

Completed in 162 milliseconds