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

  /external/valgrind/main/coregrind/
pub_core_machine.h 167 void VG_(set_SP) ( ThreadId tid, Addr sp );
m_machine.c 62 void VG_(set_SP) ( ThreadId tid, Addr sp ) {
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-darwin.c 155 VG_(set_SP)(tid, rsp);
sigframe-x86-darwin.c 164 VG_(set_SP)(tid, esp);
sigframe-arm-linux.c 256 VG_(set_SP)(tid, sp);
sigframe-arm64-linux.c 239 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 245 milliseconds