Home
last modified time | relevance | path

Searched defs:set_SP (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/coregrind/m_sigframe/
Dsigframe-solaris.c195 VG_(set_SP)(tid, esp); in VG_() local
Dsigframe-amd64-darwin.c199 VG_(set_SP)(tid, rsp); in VG_() local
Dsigframe-x86-darwin.c187 VG_(set_SP)(tid, esp); in VG_() local
Dsigframe-arm64-linux.c200 VG_(set_SP)(tid, sp); in VG_() local
Dsigframe-arm-linux.c218 VG_(set_SP)(tid, sp); in VG_() local
Dsigframe-amd64-linux.c473 VG_(set_SP)(tid, rsp); in VG_() local
Dsigframe-s390x-linux.c426 VG_(set_SP)(tid, sp); in VG_() local
Dsigframe-x86-linux.c559 VG_(set_SP)(tid, esp); in VG_() local
/external/valgrind/coregrind/
Dm_machine.c62 void VG_(set_SP) ( ThreadId tid, Addr sp ) { in VG_() argument
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c638 VG_(set_SP)(ctid, sp); in do_clone() local
761 VG_(set_SP)(tid, child_sp); in ML_() local