Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_ume/
Dmacho.c284 int *customstack, load_info_t *out_info) in load_genericthread() argument
317 if (customstack) *customstack = state->__esp; in load_genericthread()
331 if (customstack) *customstack = state->__rsp; in load_genericthread()
369 int customstack; in load_unixthread() local
371 err = load_genericthread(threadcmd, LC_UNIXTHREAD, &customstack, out_info); in load_unixthread()
379 if (!customstack) { in load_unixthread()
480 int customstack; in load_thread() local
483 err = load_genericthread(threadcmd, LC_THREAD, &customstack, out_info); in load_thread()
485 if (customstack) { in load_thread()