Searched defs:customstack (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c269 a non-default stack address, *customstack is set to TRUE. The thread's
276 int *customstack, vki_uint8_t **entry,
305 if (customstack) *customstack = state->__esp;
314 if (customstack) *customstack = state->__rsp;
354 int customstack; local
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
364 if (!customstack) {
454 int customstack; local
275 load_genericthread(vki_uint8_t **stack_end, int *customstack, vki_uint8_t **entry, struct thread_command *threadcmd) argument
[all...]

Completed in 57 milliseconds