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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_ident.h102 #define DT_IDFLG_TLS 0x0001 /* variable is thread-local storage */ macro
H A Ddt_as.c117 else if (idp->di_flags & DT_IDFLG_TLS)
H A Ddt_cg.c616 ((idp->di_flags & DT_IDFLG_TLS) != 0);
1155 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS)
1254 if (idp->di_flags & DT_IDFLG_TLS)
1849 else if (dnp->dn_ident->di_flags & DT_IDFLG_TLS)
H A Ddt_parser.c1520 idflags = DT_IDFLG_TLS;
2748 flags |= DT_IDFLG_TLS;
2826 (idp->di_flags & DT_IDFLG_TLS) ? "self->" : "",
3751 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) {
4592 (dnp->dn_ident->di_flags & DT_IDFLG_TLS) ? "self->" : "",

Completed in 176 milliseconds