Searched refs:threadcmd (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 283 load_genericthread(struct thread_command *threadcmd, int type, in load_genericthread() argument 291 p = (unsigned int *)(threadcmd + 1); in load_genericthread() 292 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p); in load_genericthread() 366 load_unixthread(struct thread_command *threadcmd, load_info_t *out_info) in load_unixthread() argument 371 err = load_genericthread(threadcmd, LC_UNIXTHREAD, &customstack, out_info); in load_unixthread() 478 load_thread(struct thread_command *threadcmd, load_info_t *out_info) in load_thread() argument 483 err = load_genericthread(threadcmd, LC_THREAD, &customstack, out_info); in load_thread() 517 struct thread_command *threadcmd; in load_thin_file() local 622 threadcmd = (struct thread_command *)lc; in load_thin_file() 623 err = load_unixthread(threadcmd, out_info); in load_thin_file() [all …]
|