Home
last modified time | relevance | path

Searched refs:stackaddr (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix_libcdep.cc309 uptr stackaddr = 0; in AdjustStackSize() local
311 my_pthread_attr_getstack(attr, (void**)&stackaddr, &stacksize); in AdjustStackSize()
314 bool stack_set = (stackaddr != 0) && (stackaddr + stacksize != 0); in AdjustStackSize()
Dsanitizer_linux_libcdep.cc116 void *stackaddr = nullptr; in GetThreadStackTopAndBottom() local
117 my_pthread_attr_getstack(&attr, &stackaddr, &stacksize); in GetThreadStackTopAndBottom()
121 *stack_top = (uptr)stackaddr + stacksize; in GetThreadStackTopAndBottom()
122 *stack_bottom = (uptr)stackaddr; in GetThreadStackTopAndBottom()
Dsanitizer_mac.cc266 void *stackaddr = pthread_get_stackaddr_np(pthread_self()); in GetThreadStackTopAndBottom() local
267 *stack_top = (uptr)stackaddr; in GetThreadStackTopAndBottom()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc219 void *stackaddr; in thread_descriptor_size_test_func() local
221 pthread_attr_getstack(&attr, &stackaddr, &stacksize); in thread_descriptor_size_test_func()
222 return (void *)((uptr)stackaddr + stacksize - descr_addr); in thread_descriptor_size_test_func()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c380 void wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, in wqthread_hijack() argument
402 self, kport, stackaddr, workitem, reuse, sp); in wqthread_hijack()
472 vex->guest_ECX = stackaddr; in wqthread_hijack()
Dsyswrap-amd64-darwin.c432 void wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, in wqthread_hijack() argument
454 self, kport, stackaddr, workitem, (UInt)reuse, sp); in wqthread_hijack()
524 vex->guest_RDX = stackaddr; in wqthread_hijack()
Dpriv_syswrap-darwin.h800 extern void wqthread_hijack(Addr self, Addr kport, Addr stackaddr, Addr workitem, Int reuse, Addr s…