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

/external/valgrind/coregrind/m_ume/
H A Dmacho.c281 struct thread_command *threadcmd)
288 p = (unsigned int *)(threadcmd + 1);
289 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p);
364 vki_uint8_t **out_entry, struct thread_command *threadcmd)
370 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
466 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) argument
471 err = load_genericthread(NULL, &customstack, out_entry, threadcmd);
506 struct thread_command *threadcmd; local
612 threadcmd = (struct thread_command *)lc;
613 err = load_unixthread(&stack_start, &stack_end, &entry, threadcmd);
279 load_genericthread(vki_uint8_t **stack_end, int *customstack, vki_uint8_t **entry, struct thread_command *threadcmd) argument
363 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 174 milliseconds