Searched refs:thread_command (Results 1 – 6 of 6) sorted by relevance
281 struct thread_command *threadcmd) in load_genericthread()289 left = (threadcmd->cmdsize - sizeof(struct thread_command)) / sizeof(*p); in load_genericthread()364 vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_unixthread()466 load_thread(vki_uint8_t **out_entry, struct thread_command *threadcmd) in load_thread()506 struct thread_command *threadcmd; in load_thin_file()608 if (lc->cmdsize < sizeof(struct thread_command)) { in load_thin_file()612 threadcmd = (struct thread_command *)lc; in load_thin_file()643 if (lc->cmdsize < sizeof(struct thread_command)) { in load_thin_file()647 threadcmd = (struct thread_command *)lc; in load_thin_file()
454 struct thread_command* tcmd = (struct thread_command*)cmd; in modify_macho_loadcmds()
377 MachO::thread_command
680 struct thread_command { struct1155 inline void swapStruct(thread_command &t) { in swapStruct()
2095 MachO::thread_command2097 return getStruct<MachO::thread_command>(this, L.Ptr); in getThreadCommand()
8256 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr, in PrintThreadCommand()8265 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t)) in PrintThreadCommand()8270 const char *begin = Ptr + sizeof(struct MachO::thread_command); in PrintThreadCommand()8620 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()