Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dpub_core_stacks.h56 void VG_(unknown_SP_update_w_ECU)
Dm_stacks.c442 void VG_(unknown_SP_update_w_ECU)( Addr old_SP, Addr new_SP, UInt ecu ) { in VG_() argument
Dm_translate.c543 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update_w_ECU) ), in vg_SP_update_pass()
587 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update_w_ECU) ), in vg_SP_update_pass()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c295 VG_(unknown_SP_update_w_ECU)(gsp, gsp, 0/*unknown origin*/); in VG_()