HomeSort by relevance Sort by last modified time
    Searched full:threadcmd (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/coregrind/m_ume/
macho.c 277 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)
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);
    [all...]

Completed in 224 milliseconds