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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_ident.h104 #define DT_IDFLG_TLS 0x0001 /* variable is thread-local storage */ macro
H A Ddt_as.c121 else if (idp->di_flags & DT_IDFLG_TLS)
H A Ddt_cg.c617 ((idp->di_flags & DT_IDFLG_TLS) != 0);
1156 if (dnp->dn_ident->di_flags & DT_IDFLG_TLS)
1260 if (idp->di_flags & DT_IDFLG_TLS)
1855 else if (dnp->dn_ident->di_flags & DT_IDFLG_TLS)
H A Ddt_parser.c1524 idflags = DT_IDFLG_TLS;
2754 flags |= DT_IDFLG_TLS;
2832 (idp->di_flags & DT_IDFLG_TLS) ? "self->" : "",
3757 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) {
4594 (dnp->dn_ident->di_flags & DT_IDFLG_TLS) ? "self->" : "",

Completed in 85 milliseconds