Searched refs:thread_command (Results 1 – 7 of 7) sorted by relevance
19 HANDLE_LOAD_COMMAND(LC_THREAD, 0x00000004u, thread_command)20 HANDLE_LOAD_COMMAND(LC_UNIXTHREAD, 0x00000005u, thread_command)111 LOAD_COMMAND_STRUCT(thread_command)
664 struct thread_command { struct1209 inline void swapStruct(thread_command &t) { in swapStruct()
581 void MappingTraits<MachO::thread_command>::mapping( in mapping()582 IO &IO, MachO::thread_command &LoadCommand) {} in mapping()
1007 if (Load.C.cmdsize < sizeof(MachO::thread_command)) in checkThreadCommand()1011 getStructOrErr<MachO::thread_command>(Obj, Load.Ptr); in checkThreadCommand()1014 MachO::thread_command T = ThreadCommandOrErr.get(); in checkThreadCommand()1015 const char *state = Load.Ptr + sizeof(MachO::thread_command); in checkThreadCommand()4578 MachO::thread_command4580 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
668 MachO::thread_command
9653 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr, in PrintThreadCommand()9662 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t)) in PrintThreadCommand()9667 const char *begin = Ptr + sizeof(struct MachO::thread_command); in PrintThreadCommand()10221 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()
5395 llvm::MachO::thread_command thread_cmd;