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

  /external/valgrind/main/coregrind/
pub_core_machine.h 125 void VG_(set_SP) ( ThreadId tid, Addr sp );
m_machine.c 61 void VG_(set_SP) ( ThreadId tid, Addr sp ) {
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-darwin.c 159 VG_(set_SP)(tid, rsp);
sigframe-x86-darwin.c 162 VG_(set_SP)(tid, esp);
sigframe-arm-linux.c 256 VG_(set_SP)(tid, sp);
sigframe-amd64-linux.c 516 VG_(set_SP)(tid, rsp);
sigframe-x86-linux.c 603 VG_(set_SP)(tid, esp);
sigframe-s390x-linux.c 468 VG_(set_SP)(tid, sp);

Completed in 30 milliseconds