reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1012 while (state < end) { 1013 if(state + sizeof(uint32_t) > end) 1018 memcpy(&flavor, state, sizeof(uint32_t)); 1021 state += sizeof(uint32_t); 1023 if(state + sizeof(uint32_t) > end) 1028 memcpy(&count, state, sizeof(uint32_t)); 1031 state += sizeof(uint32_t); 1041 if (state + sizeof(MachO::x86_thread_state32_t) > end) 1045 state += sizeof(MachO::x86_thread_state32_t); 1060 if (state + sizeof(MachO::x86_thread_state_t) > end) 1064 state += sizeof(MachO::x86_thread_state_t); 1072 if (state + sizeof(MachO::x86_float_state_t) > end) 1076 state += sizeof(MachO::x86_float_state_t); 1084 if (state + sizeof(MachO::x86_exception_state_t) > end) 1088 state += sizeof(MachO::x86_exception_state_t); 1096 if (state + sizeof(MachO::x86_thread_state64_t) > end) 1100 state += sizeof(MachO::x86_thread_state64_t); 1108 if (state + sizeof(MachO::x86_exception_state64_t) > end) 1112 state += sizeof(MachO::x86_exception_state64_t); 1127 if (state + sizeof(MachO::arm_thread_state32_t) > end) 1131 state += sizeof(MachO::arm_thread_state32_t); 1147 if (state + sizeof(MachO::arm_thread_state64_t) > end) 1151 state += sizeof(MachO::arm_thread_state64_t); 1166 if (state + sizeof(MachO::ppc_thread_state32_t) > end) 1170 state += sizeof(MachO::ppc_thread_state32_t);