Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.h100 #define DT_IDFLG_TLS 0x0001 /* variable is thread-local storage */ macro
H A Ddt_cg.c638 ((idp->di_flags & DT_IDFLG_TLS) != 0); in dt_cg_stvar()
1186 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) in dt_cg_assoc_op()
1285 if (idp->di_flags & DT_IDFLG_TLS) in dt_cg_array_op()
2034 else if (dnp->dn_ident->di_flags & DT_IDFLG_TLS) in dt_cg_node()
H A Ddt_as.c119 else if (idp->di_flags & DT_IDFLG_TLS) in dt_copyvar()
H A Ddt_parser.c1575 idflags = DT_IDFLG_TLS; in dt_node_decl()
2825 flags |= DT_IDFLG_TLS; in dt_xcook_ident()
2903 (idp->di_flags & DT_IDFLG_TLS) ? "self->" : "", in dt_cook_var()
3841 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) { in dt_cook_op2()
4675 (dnp->dn_ident->di_flags & DT_IDFLG_TLS) ? "self->" : "", in dt_printd()
4872 (dnp->dn_ident->di_flags & DT_IDFLG_TLS) ? "self->" : "", in dt_node_printr()