Searched defs:NOINFO (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_stacktrace.c94 #define NOINFO 1 macro
113 NOINFO (1): there is no CF info (so, fp unwind is the only do-able thing)
123 IP ^ NOINFO
298 xip_verif = NOINFO;
304 fp_CF_verif_cache [hash] = uregs.xip ^ NOINFO;
305 if (debug) VG_(printf)(" cache NOINFO fpverif_uregs\n");
306 xip_verif = NOINFO;
386 // as a failed cf unwind would have put NOINFO in xip_verif.
394 // xip_verif is FPUNWIND or NOINFO.
446 #undef NOINFO macro
[all...]

Completed in 128 milliseconds