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

/external/valgrind/main/coregrind/
H A Dm_stacktrace.c96 #define CFUNWIND 2 macro
114 CFUNWIND (2): there is CF info, but unwind result differs.
124 IP ^ CFUNWIND
151 UInt Cf; // unwind at end of stack+store CFUNWIND (xip not end of stack).
154 UInt CF; // unwind + store CFUNWIND. Details below.
155 UInt xi; UInt xs; UInt xb; // register(s) which caused a 'store CFUNWIND'.
189 // xip_verif > CFUNWIND and only used if xip_verif > CFUNWIND.
267 // If xip is in cache, then xip_verif will be <= CFUNWIND.
268 // Otherwise, if not in cache, xip_verif will be > CFUNWIND
447 #undef CFUNWIND macro
[all...]

Completed in 75 milliseconds