Home
last modified time | relevance | path

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

/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_ident.h102 #define DT_IDFLG_TLS 0x0001 /* variable is thread-local storage */ macro
HDdt_cg.c634 ((idp->di_flags & DT_IDFLG_TLS) != 0); in dt_cg_stvar()
1165 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) in dt_cg_assoc_op()
1264 if (idp->di_flags & DT_IDFLG_TLS) in dt_cg_array_op()
2059 else if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) in dt_cg_node()
HDdt_as.c119 else if (idp->di_flags & DT_IDFLG_TLS) in dt_copyvar()
HDdt_parser.c1568 idflags = DT_IDFLG_TLS; in dt_node_decl()
2809 flags |= DT_IDFLG_TLS; in dt_xcook_ident()
2887 (idp->di_flags & DT_IDFLG_TLS) ? "self->" : "", in dt_cook_var()
3832 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) { in dt_cook_op2()
4682 (dnp->dn_ident->di_flags & DT_IDFLG_TLS) ? "self->" : "", in dt_node_printr()