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 277 struct thread_command *threadcmd)
285 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p);
350 vki_uint8_t **out_entry, struct thread_command *threadcmd)
452 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd)
492 struct thread_command *threadcmd;
594 if (lc->cmdsize < sizeof(struct thread_command)) {
598 threadcmd = (struct thread_command *)lc;
629 if (lc->cmdsize < sizeof(struct thread_command)) {
633 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 35 milliseconds