Searched refs:threadcmd (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/m_ume/ |
H A D | macho.c | 267 struct thread_command *threadcmd) 274 p = (unsigned int *)(threadcmd + 1); 275 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p); 340 vki_uint8_t **out_entry, struct thread_command *threadcmd) 346 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); 402 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) argument 407 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); 441 struct thread_command *threadcmd; local 530 threadcmd = (struct thread_command *)lc; 531 err = load_unixthread(&stack_start, &stack_end, &entry, threadcmd); 265 load_genericthread(vki_uint8_t **stack_end, int *customstack, vki_uint8_t **entry, struct thread_command *threadcmd) argument 339 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 16 milliseconds