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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ident.h95 #define DT_IDENT_XLPTR 8 /* identifier is a translated pointer */ macro
H A Ddt_xlator.c164 dxp->dx_ptrid.di_kind = DT_IDENT_XLPTR;
H A Ddt_cg.c1240 if ((idp->di_kind == DT_IDENT_XLPTR ||
1672 dnp->dn_left, DT_IDENT_XLPTR)) != NULL) {
1826 dnp->dn_ident->di_kind == DT_IDENT_XLPTR) {
H A Ddt_ident.c1031 case DT_IDENT_XLPTR: return ("pointer to translated data");
H A Ddt_parser.c2891 if ((idp = dt_node_resolve(cp, DT_IDENT_XLPTR)) != NULL) {
3615 (idp = dt_node_resolve(lp, DT_IDENT_XLPTR)) != NULL) {
4143 (rdp = dt_node_resolve(inp->din_root, DT_IDENT_XLPTR)) != NULL) {

Completed in 223 milliseconds