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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h102 #define DT_IDFLG_TLS 0x0001 /* variable is thread-local storage */ macro
H A Ddt_as.c119 else if (idp->di_flags & DT_IDFLG_TLS)
H A Ddt_cg.c634 ((idp->di_flags & DT_IDFLG_TLS) != 0);
1165 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS)
1264 if (idp->di_flags & DT_IDFLG_TLS)
2014 else if (dnp->dn_ident->di_flags & DT_IDFLG_TLS)
H A Ddt_parser.c1568 idflags = DT_IDFLG_TLS;
2819 flags |= DT_IDFLG_TLS;
2897 (idp->di_flags & DT_IDFLG_TLS) ? "self->" : "",
3835 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) {
4669 (dnp->dn_ident->di_flags & DT_IDFLG_TLS) ? "self->" : "",
4863 (dnp->dn_ident->di_flags & DT_IDFLG_TLS) ? "self->" : "",

Completed in 141 milliseconds