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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.h103 #define DT_IDFLG_LOCAL 0x0002 /* variable is local storage */ macro
H A Ddt_as.c117 if (idp->di_flags & DT_IDFLG_LOCAL)
H A Ddt_cg.c633 uint_t i = (((idp->di_flags & DT_IDFLG_LOCAL) != 0) << 1) |
1158 assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL));
1237 assert(!(idp->di_flags & DT_IDFLG_LOCAL));
2012 if (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)
H A Ddt_parser.c1563 idflags = DT_IDFLG_LOCAL;
2817 flags |= DT_IDFLG_LOCAL;
2896 (idp->di_flags & DT_IDFLG_LOCAL) ? "this->" :
3835 (idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) {
3837 if (idp->di_flags & DT_IDFLG_LOCAL) {
4668 (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) ? "this->" :
4862 (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) ? "this->" :

Completed in 60 milliseconds