Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_ume/
Dmacho.c276 int *customstack, vki_uint8_t **entry, in load_genericthread() argument
305 if (customstack) *customstack = state->__esp; in load_genericthread()
314 if (customstack) *customstack = state->__rsp; in load_genericthread()
354 int customstack; in load_unixthread() local
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()
364 if (!customstack) { in load_unixthread()
454 int customstack; in load_thread() local
457 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); in load_thread()
459 if (customstack) { in load_thread()