HomeSort by relevance Sort by last modified time
    Searched refs:thread_command (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_ume/
macho.c 267 struct thread_command *threadcmd)
275 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p);
340 vki_uint8_t **out_entry, struct thread_command *threadcmd)
402 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd)
441 struct thread_command *threadcmd;
526 if (lc->cmdsize < sizeof(struct thread_command)) {
530 threadcmd = (struct thread_command *)lc;
561 if (lc->cmdsize < sizeof(struct thread_command)) {
565 threadcmd = (struct thread_command *)lc;
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 426 struct thread_command* tcmd = (struct thread_command*)cmd;
  /external/llvm/include/llvm/Support/
MachO.h 432 struct thread_command { struct in namespace:llvm::MachO

Completed in 198 milliseconds