DT_IDFLG_LOCAL
if (idp->di_flags & DT_IDFLG_LOCAL)
assert(!(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL));
assert(!(idp->di_flags & DT_IDFLG_LOCAL));
if (dnp->dn_ident->di_flags & DT_IDFLG_LOCAL)
uint_t i = (((idp->di_flags & DT_IDFLG_LOCAL) != 0) << 1) |
idflags = DT_IDFLG_LOCAL;
flags |= DT_IDFLG_LOCAL;
(idp->di_flags & DT_IDFLG_LOCAL) ? "this->" :
(idp->di_flags & (DT_IDFLG_LOCAL | DT_IDFLG_TLS)) != 0) {
if (idp->di_flags & DT_IDFLG_LOCAL) {
(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) ? "this->" :
(dnp->dn_ident->di_flags & DT_IDFLG_LOCAL) ? "this->" :