Searched defs:set_SP (Results 1 – 10 of 10) sorted by relevance
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-solaris.c | 195 VG_(set_SP)(tid, esp); in VG_() local
|
D | sigframe-amd64-darwin.c | 199 VG_(set_SP)(tid, rsp); in VG_() local
|
D | sigframe-x86-darwin.c | 187 VG_(set_SP)(tid, esp); in VG_() local
|
D | sigframe-arm64-linux.c | 200 VG_(set_SP)(tid, sp); in VG_() local
|
D | sigframe-arm-linux.c | 218 VG_(set_SP)(tid, sp); in VG_() local
|
D | sigframe-amd64-linux.c | 473 VG_(set_SP)(tid, rsp); in VG_() local
|
D | sigframe-s390x-linux.c | 426 VG_(set_SP)(tid, sp); in VG_() local
|
D | sigframe-x86-linux.c | 559 VG_(set_SP)(tid, esp); in VG_() local
|
/external/valgrind/coregrind/ |
D | m_machine.c | 62 void VG_(set_SP) ( ThreadId tid, Addr sp ) { in VG_() argument
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 638 VG_(set_SP)(ctid, sp); in do_clone() local 761 VG_(set_SP)(tid, child_sp); in ML_() local
|