Searched refs:x86_thread_state64_t (Results 1 – 8 of 8) sorted by relevance
90 struct x86_thread_state64_t in version() struct127 x86_thread_state64_t ts64; in version()135 …x86_THREAD_STATE64_COUNT = cast(mach_msg_type_number_t)( x86_thread_state64_t.sizeof / int.sizeof … in version()
87 typedef x86_thread_state64_t regs_struct;
89 typedef x86_thread_state64_t regs_struct;
1547 struct x86_thread_state64_t { struct1673 inline void swapStruct(x86_thread_state64_t &x) { in swapStruct()1729 x86_thread_state64_t ts64;1790 sizeof(x86_thread_state64_t) / sizeof(uint32_t);
9400 static void Print_x86_thread_state64_t(MachO::x86_thread_state64_t &cpu64) { in Print_x86_thread_state64_t()9742 MachO::x86_thread_state64_t cpu64; in PrintThreadCommand()9744 if (left >= sizeof(MachO::x86_thread_state64_t)) { in PrintThreadCommand()9745 memcpy(&cpu64, begin, sizeof(MachO::x86_thread_state64_t)); in PrintThreadCommand()9746 begin += sizeof(MachO::x86_thread_state64_t); in PrintThreadCommand()9748 memset(&cpu64, '\0', sizeof(MachO::x86_thread_state64_t)); in PrintThreadCommand()
1843 x86_thread_state64_t state = void; in private()
1100 if (state + sizeof(MachO::x86_thread_state64_t) > end) in checkThreadCommand()1104 state += sizeof(MachO::x86_thread_state64_t); in checkThreadCommand()