Home
last modified time | relevance | path

Searched refs:DT_IDFLG_LOCAL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h101 #define DT_IDFLG_LOCAL 0x0002 /* variable is local storage */ macro
H A Ddt_cg.c637 uint_t i = (((idp->di_flags & DT_IDFLG_LOCAL) != 0) << 1) | in dt_cg_stvar()
1179 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)); in dt_cg_assoc_op()
1258 assert(!(idp->di_flags & DT_IDFLG_LOCAL)); in dt_cg_array_op()
2032 if (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) in dt_cg_node()
H A Ddt_as.c117 if (idp->di_flags & DT_IDFLG_LOCAL) in dt_copyvar()
H A Ddt_parser.c1570 idflags = DT_IDFLG_LOCAL; in dt_node_decl()
2823 flags |= DT_IDFLG_LOCAL; in dt_xcook_ident()
2902 (idp->di_flags & DT_IDFLG_LOCAL) ? "this->" : in dt_cook_var()
3841 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) { in dt_cook_op2()
3843 if (idp->di_flags & DT_IDFLG_LOCAL) { in dt_cook_op2()
4674 (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) ? "this->" : in dt_printd()
4871 (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) ? "this->" : in dt_node_printr()