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

/freebsd-13-stable/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_xlator.c166 dxp->dx_ptrid.di_kind = DT_IDENT_XLPTR;
H A Ddt_cg.c1250 if ((idp->di_kind == DT_IDENT_XLPTR ||
1727 idp = dt_node_resolve(dnp->dn_child, DT_IDENT_XLPTR);
1840 dnp->dn_left, DT_IDENT_XLPTR)) != NULL) {
1992 dnp->dn_ident->di_kind == DT_IDENT_XLPTR) {
2102 if (dt_node_resolve(dnp, DT_IDENT_XLPTR) != NULL) {
H A Ddt_ident.c1044 case DT_IDENT_XLPTR: return ("pointer to translated data");
H A Ddt_parser.c2963 if ((idp = dt_node_resolve(cp, DT_IDENT_XLPTR)) != NULL) {
3699 (idp = dt_node_resolve(lp, DT_IDENT_XLPTR)) != NULL) {
4233 (rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLPTR)) != NULL) {
H A Ddt_cc.c677 if (dt_node_resolve(dnp->dn_args, DT_IDENT_XLPTR) != NULL) {

Completed in 99 milliseconds