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

/external/valgrind/coregrind/m_ume/
H A Dmacho.c273 a non-default stack address, *customstack is set to TRUE. The thread's
280 int *customstack, vki_uint8_t **entry,
314 if (customstack) *customstack = state->__esp;
328 if (customstack) *customstack = state->__rsp;
368 int customstack; local
370 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
378 if (!customstack) {
468 int customstack; local
279 load_genericthread(vki_uint8_t **stack_end, int *customstack, vki_uint8_t **entry, struct thread_command *threadcmd) argument
[all...]

Completed in 160 milliseconds