Searched refs:get_SP (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_machine.h94 Addr VG_(get_SP) ( ThreadId tid );
/external/valgrind/main/drd/
H A Ddrd_segment.c33 #include "pub_tool_machine.h" // VG_(get_SP)()
77 if (vg_created != VG_INVALID_THREADID && VG_(get_SP)(vg_created) != 0)
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c203 rsp = VG_(get_SP)(tid);
H A Dsigframe-x86-darwin.c203 esp = VG_(get_SP)(tid);
/external/valgrind/main/coregrind/
H A Dm_signals.c926 m_SP = VG_(get_SP)(tid);
945 if (on_sig_stack(tid, VG_(get_SP)(tid))) {
1230 sas_ss_flags(tid, VG_(get_SP)(tid)) == 0
1245 esp_top_of_frame = VG_(get_SP)(tid) - VG_STACK_REDZONE_SZB;
1570 (VG_(get_SP)(tid), sizeof(Addr), VKI_PROT_READ)
2208 esp = VG_(get_SP)(tid);
H A Dm_machine.c51 Addr VG_(get_SP) ( ThreadId tid ) { function
317 *stack_min = VG_(get_SP)(i);
H A Dm_translate.c37 // VG_(get_SP)
773 Addr sp = VG_(get_SP)(closure->tid);
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h469 Addr here = layout->s_arg##n + VG_(get_SP)(tid); \
H A Dsyswrap-main.c1280 Addr stackMin = VG_(get_SP)(tid) - VG_STACK_REDZONE_SZB;
/external/valgrind/main/callgrind/
H A Dbbcc.c577 sp = VG_(get_SP)(tid);
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c263 { Addr gsp = VG_(get_SP)(tid);
/external/valgrind/tsan/
H A Dts_valgrind.cc168 DCHECK(sp == VG_(get_SP)(vg_tid));
/external/valgrind/main/memcheck/
H A Dmc_errors.c866 just_below_esp = is_just_below_ESP( VG_(get_SP)(tid), a );
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c2476 shadowStack_new_frame( tid, 0, VG_(get_SP)(tid),
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3215 VG_(get_SP)(tid),

Completed in 751 milliseconds