Searched refs:use_CF_info (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_debuginfo.h137 extern Bool VG_(use_CF_info) ( /*MOD*/D3UnwindRegs* uregs,
H A Dm_stacktrace.c91 The fp_min must take this into account, otherwise, VG_(use_CF_info) will
315 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) {
334 if ( !VG_(use_CF_info)( &fpverif_uregs, fp_min, fp_max ) ) {
621 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) {
640 /* If VG_(use_CF_info) fails, it won't modify ip/sp/fp, so
1068 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {
1209 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {
1280 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {
1376 if (VG_(use_CF_info)( &uregs, fp_min, fp_max )) {
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c2907 Bool VG_(use_CF_info) ( /*MOD*/D3UnwindRegs* uregsHere, function

Completed in 1682 milliseconds