Home
last modified time | relevance | path

Searched refs:dn_ident (Results 1 – 7 of 7) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c442 switch (dnp->dn_ident->di_kind) { in dt_node_name()
453 dt_idkind_name(dnp->dn_ident->di_kind), in dt_node_name()
454 prefix, dnp->dn_ident->di_name, suffix); in dt_node_name()
457 dts = dnp->dn_ident->di_data; in dt_node_name()
577 if (dnp->dn_ident != NULL) { in dt_node_free()
578 if (dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN) in dt_node_free()
579 dt_ident_destroy(dnp->dn_ident); in dt_node_free()
580 dnp->dn_ident = NULL; in dt_node_free()
732 if (dt_node_is_dynamic(dnp) && dnp->dn_ident != NULL) { in dt_node_type_name()
734 dt_idkind_name(dt_ident_resolve(dnp->dn_ident)->di_kind)); in dt_node_type_name()
[all …]
H A Ddt_cc.c337 dnp->dn_ident->di_name, argc); in dt_action_clear()
347 dnp->dn_ident->di_name, in dt_action_clear()
351 aid = anp->dn_ident; in dt_action_clear()
359 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_clear()
369 int denormal = (strcmp(dnp->dn_ident->di_name, "denormalize") == 0); in dt_action_normalize()
380 dnp->dn_ident->di_name, argc, denormal ? 1 : 2); in dt_action_normalize()
390 dnp->dn_ident->di_name, in dt_action_normalize()
397 dnp->dn_ident->di_name); in dt_action_normalize()
400 aid = anp->dn_ident; in dt_action_normalize()
408 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_normalize()
[all …]
H A Ddt_cg.c672 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident); in dt_cg_prearith_op()
727 dt_ident_t *idp = dt_ident_resolve(dnp->dn_child->dn_ident); in dt_cg_postarith_op()
1125 idp = dt_ident_resolve(dnp->dn_left->dn_ident); in dt_cg_asgn_op()
1158 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)); in dt_cg_assoc_op()
1161 dt_cg_arglist(dnp->dn_ident, dnp->dn_args, dlp, drp); in dt_cg_assoc_op()
1165 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) in dt_cg_assoc_op()
1170 dnp->dn_ident->di_flags |= DT_IDFLG_DIFR; in dt_cg_assoc_op()
1171 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()
1213 dnp->dn_ident->di_flags |= DT_IDFLG_DIFW; in dt_cg_assoc_op()
1214 instr = DIF_INSTR_STV(stvop, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()
[all …]
H A Ddt_ident.c389 dnp->dn_ident = dt_ident_create(idp->di_name, idp->di_kind, in dt_idcook_args()
393 if (dnp->dn_ident == NULL) in dt_idcook_args()
409 dnp->dn_ident = dt_ident_create(idp->di_name, xidp->di_kind, in dt_idcook_args()
413 if (dnp->dn_ident == NULL) in dt_idcook_args()
424 dnp->dn_ident->di_data = xidp->di_data; in dt_idcook_args()
425 dnp->dn_ident->di_ctfp = xidp->di_ctfp; in dt_idcook_args()
426 dnp->dn_ident->di_type = xidp->di_type; in dt_idcook_args()
438 assert(dnp->dn_ident->di_flags & DT_IDFLG_ORPHAN); in dt_idcook_args()
439 assert(dnp->dn_ident->di_id == idp->di_id); in dt_idcook_args()
1007 idp = dnp->dn_ident; in dt_ident_resolve()
[all …]
H A Ddt_parser.h122 #define dn_ident dn_u._nodes._ident /* VAR,SYM,FUN,AGG,INL,PROBE */ macro
H A Ddt_sugar.c260 const dt_idnode_t *inp = dnp->dn_ident->di_iarg; in dt_sugar_visit_all()
H A Ddt_printf.c1213 lid = lhs->dn_ident; in dt_printa_validate()
1214 rid = rhs->dn_ident; in dt_printa_validate()