Lines Matching refs:ok
391 Bool ok, isWrap;
528 ok = VG_(maybe_Z_demangle)( *names,
561 if (!ok) {
662 ok = isText
666 if (!ok)
691 /* Ok. Now specList holds the list of specs from the DebugInfo.
1786 Bool ok;
1789 ok = VG_(get_fnname_w_offset)(act->from_addr, &buf);
1790 if (!ok) buf = "???";
1796 ok = VG_(get_fnname_w_offset)(act->to_addr, &name2);
1797 if (!ok) name2 = "???";