Searched refs:threadcmd (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/m_ume/ |
D | macho.c | 277 struct thread_command *threadcmd) in load_genericthread() argument 284 p = (unsigned int *)(threadcmd + 1); in load_genericthread() 285 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p); in load_genericthread() 350 vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_unixthread() argument 356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread() 452 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_thread() argument 457 err = load_genericthread(NULL, &customstack, out_entry, threadcmd); in load_thread() 492 struct thread_command *threadcmd; in load_thin_file() local 598 threadcmd = (struct thread_command *)lc; in load_thin_file() 599 err = load_unixthread(&stack_start, &stack_end, &entry, threadcmd); in load_thin_file() [all …]
|