HomeSort by relevance Sort by last modified time
    Searched full:customstack (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_ume/
macho.c 259 a non-default stack address, *customstack is set to TRUE. The thread's
266 int *customstack, vki_uint8_t **entry,
295 if (customstack) *customstack = state->__esp;
304 if (customstack) *customstack = state->__rsp;
344 int customstack; local
346 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
354 if (!customstack) {
404 int customstack; local
    [all...]

Completed in 142 milliseconds