Searched refs:unknown_SP_update (Results 1 - 4 of 4) sorted by relevance
/external/valgrind/main/coregrind/ |
H A D | pub_core_stacks.h | 45 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP, UInt otag );
|
H A D | m_stacks.c | 276 void VG_(unknown_SP_update)( Addr old_SP, Addr new_SP, UInt ecu ) function
|
H A D | m_translate.c | 48 #include "pub_core_stacks.h" // VG_(unknown_SP_update)() 522 "VG_(unknown_SP_update)", 523 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update) ), 557 "VG_(unknown_SP_update)", 558 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update) ),
|
/external/valgrind/main/coregrind/m_scheduler/ |
H A D | scheduler.c | 264 VG_(unknown_SP_update)(gsp, gsp, 0/*unknown origin*/);
|
Completed in 75 milliseconds