Searched refs:dn_ctfp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.c55 * node type (dn_ctfp/dn_type) and attributes (dn_attr). If dn_ctfp/dn_type
64 * The dn_ctfp and dn_type fields form the type of the node. This tuple can
67 * 1. dn_ctfp = NULL, dn_type = CTF_ERR
72 * 2. dn_ctfp = DT_DYN_CTFP(dtp), dn_type = DT_DYN_TYPE(dtp)
85 * 3. dn_ctfp = DT_STR_CTFP(dtp), dn_type = DT_STR_TYPE(dtp)
90 * 4. dn_ctfp != NULL, dn_type = any other type ID
317 ctf_file_t *lfp = lp->dn_ctfp;
320 ctf_file_t *rfp = rp->dn_ctfp;
388 dt_type_promote(lp, rp, &dnp->dn_ctfp,
[all...]
H A Ddt_ld.cpp328 ctf_id_t stripped_of_pointers = dt_ld_strip_pointers(node->dn_ctfp, node->dn_type);
329 ctf_id_t base = ctf_type_resolve(node->dn_ctfp, stripped_of_pointers);
331 ssize_t size = ctf_type_lname(node->dn_ctfp, stripped_of_pointers, NULL, 0) + 1;
333 ctf_type_lname(node->dn_ctfp, stripped_of_pointers, buf, size);
438 ssize_t size = ctf_type_lname(node->dn_ctfp, node->dn_type, NULL, 0) + 1;
440 ctf_type_lname(node->dn_ctfp, node->dn_type, buf, size);
H A Ddt_printf.c124 ctfp = dnp->dn_ctfp;
137 ctf_file_t *ctfp = dnp->dn_ctfp;
188 ctf_file_t *ctfp = dnp->dn_ctfp;
201 ctf_file_t *ctfp = dnp->dn_ctfp;
214 ctf_file_t *ctfp = dnp->dn_ctfp;
245 return (ctf_type_compat(dnp->dn_ctfp, ctf_type_resolve(dnp->dn_ctfp,
H A Ddt_ident.c95 if (isp->dis_args[i].dn_ctfp != NULL)
281 isp->dis_args[i].dn_ctfp = NULL;
348 dt_type_name(ap->dn_ctfp, ap->dn_type, n1, sizeof (n1)));
407 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type);
458 dt_type_name(ap->dn_ctfp, ap->dn_type, n, sizeof (n)));
H A Ddt_program.c454 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
459 dt_is_single_rank_pointer_type(dnp->dn_ctfp, dnp->dn_type) ? "const " : "",
460 ctf_type_name(dnp->dn_ctfp, dnp->dn_type,
H A Ddt_xlator.c258 ctf_file_t *src_ctfp = src->dn_ctfp;
262 ctf_file_t *dst_ctfp = dst->dn_ctfp;
H A Ddt_parser.h49 ctf_file_t *dn_ctfp; /* CTF type container for node's type */ member in struct:dt_node
H A Ddt_cg.c200 ctf_file_t *ctfp = dnp->dn_ctfp;
352 fp = dst->dn_left->dn_ctfp;
432 ctf_type_encoding(dst->dn_ctfp, dst->dn_type, &e) != CTF_ERR)
690 ctf_file_t *ctfp = dnp->dn_ctfp;
749 ctf_file_t *ctfp = dnp->dn_ctfp;
1417 ctf_file_t *ctfp = dnp->dn_ctfp;
1762 ctfp = dnp->dn_left->dn_ctfp;
H A Ddt_dof.c426 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp,
433 (void) dof_add_string(ddo, ctf_type_name(dnp->dn_ctfp,
H A Ddt_provider.c463 xargs->dn_ctfp)) != NULL)
468 prp->pr_argv[i].dtt_ctfp = xargs->dn_ctfp;

Completed in 147 milliseconds