Searched refs:x86_thread_state32_t (Results 1 – 3 of 3) sorted by relevance
1500 struct x86_thread_state32_t { struct1626 inline void swapStruct(x86_thread_state32_t &x) { in swapStruct()1702 x86_thread_state32_t ts32;1759 sizeof(x86_thread_state32_t) / sizeof(uint32_t);
8902 static void Print_x86_thread_state32_t(MachO::x86_thread_state32_t &cpu32) { in Print_x86_thread_state32_t()9185 MachO::x86_thread_state32_t cpu32; in PrintThreadCommand()9187 if (left >= sizeof(MachO::x86_thread_state32_t)) { in PrintThreadCommand()9188 memcpy(&cpu32, begin, sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()9189 begin += sizeof(MachO::x86_thread_state32_t); in PrintThreadCommand()9191 memset(&cpu32, '\0', sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()
1003 if (state + sizeof(MachO::x86_thread_state32_t) > end) in checkThreadCommand()1007 state += sizeof(MachO::x86_thread_state32_t); in checkThreadCommand()