Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_ume/
Dmacho.c280 int *customstack, vki_uint8_t **entry, in load_genericthread() argument
314 if (customstack) *customstack = state->__esp; in load_genericthread()
328 if (customstack) *customstack = state->__rsp; in load_genericthread()
368 int customstack; in load_unixthread() local
370 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()
378 if (!customstack) { in load_unixthread()
468 int customstack; in load_thread() local
471 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); in load_thread()
473 if (customstack) { in load_thread()