HomeSort by relevance Sort by last modified time
    Searched refs:unknown_SP_update (Results 1 - 4 of 4) sorted by null

  /external/valgrind/coregrind/
pub_core_stacks.h 59 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP );
m_stacks.c 391 /* The functions VG_(unknown_SP_update) and VG_(unknown_SP_update_w_ECU)
454 void VG_(unknown_SP_update)( Addr old_SP, Addr new_SP ) {
m_translate.c 48 #include "pub_core_stacks.h" // VG_(unknown_SP_update*)()
550 "VG_(unknown_SP_update)",
551 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update) ),
595 "VG_(unknown_SP_update)",
596 VG_(fnptr_to_fnentry)( &VG_(unknown_SP_update) ),
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 297 VG_(unknown_SP_update)(gsp, gsp);
    [all...]

Completed in 560 milliseconds