Searched refs:x86_exception_state64_t (Results 1 – 3 of 3) sorted by relevance
1647 struct x86_exception_state64_t { struct1714 inline void swapStruct(x86_exception_state64_t &x) { in swapStruct()1744 x86_exception_state64_t es64;1794 sizeof(x86_exception_state64_t) / sizeof(uint32_t);
9557 static void Print_x86_exception_state_t(MachO::x86_exception_state64_t &exc64) { in Print_x86_exception_state_t()9854 struct MachO::x86_exception_state64_t es64; in PrintThreadCommand()9856 if (left >= sizeof(MachO::x86_exception_state64_t)) { in PrintThreadCommand()9857 memcpy(&es64, begin, sizeof(MachO::x86_exception_state64_t)); in PrintThreadCommand()9858 begin += sizeof(MachO::x86_exception_state64_t); in PrintThreadCommand()9860 memset(&es64, '\0', sizeof(MachO::x86_exception_state64_t)); in PrintThreadCommand()
1112 if (state + sizeof(MachO::x86_exception_state64_t) > end) in checkThreadCommand()1116 state += sizeof(MachO::x86_exception_state64_t); in checkThreadCommand()