Searched refs:customstack (Results 1 – 1 of 1) sorted by relevance
284 int *customstack, load_info_t *out_info) in load_genericthread() argument317 if (customstack) *customstack = state->__esp; in load_genericthread()331 if (customstack) *customstack = state->__rsp; in load_genericthread()369 int customstack; in load_unixthread() local371 err = load_genericthread(threadcmd, LC_UNIXTHREAD, &customstack, out_info); in load_unixthread()379 if (!customstack) { in load_unixthread()480 int customstack; in load_thread() local483 err = load_genericthread(threadcmd, LC_THREAD, &customstack, out_info); in load_thread()485 if (customstack) { in load_thread()