Searched refs:x86_thread_state32_t (Results 1 – 8 of 8) sorted by relevance
70 struct x86_thread_state32_t in version()126 x86_thread_state32_t ts32; in version()134 …x86_THREAD_STATE32_COUNT = cast(mach_msg_type_number_t)( x86_thread_state32_t.sizeof / int.sizeof … in version()
101 typedef x86_thread_state32_t regs_struct;
103 typedef x86_thread_state32_t regs_struct;
1528 struct x86_thread_state32_t { struct1654 inline void swapStruct(x86_thread_state32_t &x) { in swapStruct()1730 x86_thread_state32_t ts32;1787 sizeof(x86_thread_state32_t) / sizeof(uint32_t);
9381 static void Print_x86_thread_state32_t(MachO::x86_thread_state32_t &cpu32) { in Print_x86_thread_state32_t()9664 MachO::x86_thread_state32_t cpu32; in PrintThreadCommand()9666 if (left >= sizeof(MachO::x86_thread_state32_t)) { in PrintThreadCommand()9667 memcpy(&cpu32, begin, sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()9668 begin += sizeof(MachO::x86_thread_state32_t); in PrintThreadCommand()9670 memset(&cpu32, '\0', sizeof(MachO::x86_thread_state32_t)); in PrintThreadCommand()
1824 x86_thread_state32_t state = void; in private()
1045 if (state + sizeof(MachO::x86_thread_state32_t) > end) in checkThreadCommand()1049 state += sizeof(MachO::x86_thread_state32_t); in checkThreadCommand()