Searched refs:thread_command (Results 1 – 7 of 7) sorted by relevance
277 struct thread_command *threadcmd) in load_genericthread()285 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p); in load_genericthread()360 vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_unixthread()462 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_thread()502 struct thread_command *threadcmd; in load_thin_file()604 if (lc->cmdsize < sizeof(struct thread_command)) { in load_thin_file()608 threadcmd = (struct thread_command *)lc; in load_thin_file()639 if (lc->cmdsize < sizeof(struct thread_command)) { in load_thin_file()643 threadcmd = (struct thread_command *)lc; in load_thin_file()
453 struct thread_command* tcmd = (struct thread_command*)cmd; in modify_macho_loadcmds()
383 MachO::thread_command
682 struct thread_command { struct1160 inline void swapStruct(thread_command &t) { in swapStruct()
2398 MachO::thread_command2400 return getStruct<MachO::thread_command>(this, L.Ptr); in getThreadCommand()
8099 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr, in PrintThreadCommand()8108 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t)) in PrintThreadCommand()8113 const char *begin = Ptr + sizeof(struct MachO::thread_command); in PrintThreadCommand()8464 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()
3970 thread_command thread_cmd; in GetNumThreadContexts()