Searched refs:thread_command (Results 1 – 6 of 6) sorted by relevance
19 HANDLE_LOAD_COMMAND(LC_THREAD, 0x00000004u, thread_command)20 HANDLE_LOAD_COMMAND(LC_UNIXTHREAD, 0x00000005u, thread_command)109 LOAD_COMMAND_STRUCT(thread_command)
662 struct thread_command { struct1186 inline void swapStruct(thread_command &t) { in swapStruct()
552 void MappingTraits<MachO::thread_command>::mapping( in mapping()553 IO &IO, MachO::thread_command &LoadCommand) {} in mapping()
1003 if (Load.C.cmdsize < sizeof(MachO::thread_command)) in checkThreadCommand()1007 getStructOrErr<MachO::thread_command>(Obj, Load.Ptr); in checkThreadCommand()1010 MachO::thread_command T = ThreadCommandOrErr.get(); in checkThreadCommand()1011 const char *state = Load.Ptr + sizeof(MachO::thread_command); in checkThreadCommand()4418 MachO::thread_command4420 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
541 MachO::thread_command
9620 static void PrintThreadCommand(MachO::thread_command t, const char *Ptr, in PrintThreadCommand()9629 if (t.cmdsize < sizeof(struct MachO::thread_command) + 2 * sizeof(uint32_t)) in PrintThreadCommand()9634 const char *begin = Ptr + sizeof(struct MachO::thread_command); in PrintThreadCommand()10184 MachO::thread_command Tc = Obj->getThreadCommand(Command); in PrintLoadCommands()