Home
last modified time | relevance | path

Searched refs:DT_IDENT_XLPTR (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h95 #define DT_IDENT_XLPTR 8 /* identifier is a translated pointer */ macro
H A Ddt_cg.c1250 if ((idp->di_kind == DT_IDENT_XLPTR || in dt_cg_array_op()
1727 idp = dt_node_resolve(dnp->dn_child, DT_IDENT_XLPTR); in dt_cg_node()
1840 dnp->dn_left, DT_IDENT_XLPTR)) != NULL) { in dt_cg_node()
1992 dnp->dn_ident->di_kind == DT_IDENT_XLPTR) { in dt_cg_node()
2102 if (dt_node_resolve(dnp, DT_IDENT_XLPTR) != NULL) { in dt_cg()
H A Ddt_xlator.c166 dxp->dx_ptrid.di_kind = DT_IDENT_XLPTR; in dt_xlator_create()
H A Ddt_ident.c1046 case DT_IDENT_XLPTR: return ("pointer to translated data"); in dt_idkind_name()
H A Ddt_parser.c2986 if ((idp = dt_node_resolve(cp, DT_IDENT_XLPTR)) != NULL) { in dt_cook_op1()
3722 (idp = dt_node_resolve(lp, DT_IDENT_XLPTR)) != NULL) { in dt_cook_op2()
4256 (rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLPTR)) != NULL) { in dt_cook_inline()
H A Ddt_cc.c677 if (dt_node_resolve(dnp->dn_args, DT_IDENT_XLPTR) != NULL) { in dt_action_trace()