Searched defs:dst_type (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_xlator.c265 ctf_id_t dst_type = dst->dn_type; local
266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type);
283 dst_type = ctf_type_reference(dst_ctfp, dst_type);
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type);
347 dst_dtt.dtt_type = dst_type;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_create.c1091 ctf_id_t dst_type = CTF_ERR; local
1142 dst_type = (ctf_id_t)hep->h_type;
1143 dst_kind = ctf_type_kind(dst_fp, dst_type);
1147 * If an identically named dst_type exists, fail with ECTF_CONFLICT
1148 * unless dst_type is a forward declaration and src_type is a struct,
1151 if (dst_type != CTF_ERR && dst_kind != kind && (
1164 if (dst_type == CTF_ERR && name[0] != '\0') {
1180 dst.ctb_type = dst_type;
1184 * Now perform kind-specific processing. If dst_type is CTF_ERR, then
1186 * If dst_type i
[all...]

Completed in 286 milliseconds