Home
last modified time | relevance | path

Searched refs:find_stack_segment (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c191 find_stack_segment(tid, tst->arch.vex.guest_ESP); in build_thread()
333 find_stack_segment(tst->tid, sp); in pthread_hijack()
Dsyswrap-amd64-darwin.c254 find_stack_segment(tid, tst->arch.vex.guest_RSP); in build_thread()
392 find_stack_segment(tst->tid, sp); in pthread_hijack()
Dpriv_syswrap-darwin.h39 void find_stack_segment ( ThreadId tid, Addr sp );
Dsyswrap-darwin.c175 void find_stack_segment(ThreadId tid, Addr sp) in find_stack_segment() function