Home
last modified time | relevance | path

Searched refs:unknown_SP_update (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_stacks.h59 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP );
Dm_stacks.c454 void VG_(unknown_SP_update)( Addr old_SP, Addr new_SP ) { in VG_() argument
Dm_translate.c551 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update) ), in vg_SP_update_pass()
596 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update) ), in vg_SP_update_pass()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c297 VG_(unknown_SP_update)(gsp, gsp); in VG_() local