Lines Matching refs:isWrap
235 Bool isWrap; /* wrap or replacement? */ member
288 Bool isWrap; /* wrap or replacement? */ member
391 Bool ok, isWrap; in VG_() local
531 &isWrap, &becTag, &becPrio ); in VG_()
623 spec->isWrap = isWrap; in VG_()
665 &demangled_fnpatt, &isWrap, NULL, NULL ); in VG_()
838 act.isWrap = sp->isWrap; in generate_and_add_actives()
1154 Addr VG_(redir_do_lookup) ( Addr orig, Bool* isWrap ) in VG_()
1161 if (isWrap) in VG_()
1162 *isWrap = r->isWrap || r->isIFunc; in VG_()
1187 act.isWrap = False; in add_hardwired_active()
1222 spec->isWrap = False; in add_hardwired_spec()
1779 spec->isWrap ? "W" : "R", in show_spec()
1802 act->isWrap ? "W" : "R", in show_active()