Searched refs:cpu32 (Results 1 – 1 of 1) sorted by relevance
9417 outs() << " ecx " << format("0x%08" PRIx32, cpu32.ecx); in Print_x86_thread_state32_t()9421 outs() << " ebp " << format("0x%08" PRIx32, cpu32.ebp); in Print_x86_thread_state32_t()9429 outs() << " fs " << format("0x%08" PRIx32, cpu32.fs); in Print_x86_thread_state32_t()9697 MachO::x86_thread_state32_t cpu32; in PrintThreadCommand() local9704 memcpy(&cpu32, begin, left); in PrintThreadCommand()9708 swapStruct(cpu32); in PrintThreadCommand()9709 Print_x86_thread_state32_t(cpu32); in PrintThreadCommand()9934 MachO::arm_thread_state32_t cpu32; in PrintThreadCommand() local9941 memcpy(&cpu32, begin, left); in PrintThreadCommand()9945 swapStruct(cpu32); in PrintThreadCommand()[all …]