Searched refs:threadcmd (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c277 struct thread_command *threadcmd)
284 p = (unsigned int *)(threadcmd + 1);
285 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p);
350 vki_uint8_t **out_entry, struct thread_command *threadcmd)
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
452 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) argument
457 err = load_genericthread(NULL, &customstack, out_entry, threadcmd);
492 struct thread_command *threadcmd; local
598 threadcmd = (struct thread_command *)lc;
599 err = load_unixthread(&stack_start, &stack_end, &entry, threadcmd);
275 load_genericthread(vki_uint8_t **stack_end, int *customstack, vki_uint8_t **entry, struct thread_command *threadcmd) argument
349 load_unixthread(vki_uint8_t **out_stack_start, vki_uint8_t **out_stack_end, vki_uint8_t **out_entry, struct thread_command *threadcmd) argument
[all...]

Completed in 31 milliseconds