Searched refs:ppc_thread_state64_t (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cctools-845/include/mach/ppc/
H A Dthread_status.h74 typedef _STRUCT_PPC_THREAD_STATE64 ppc_thread_state64_t; typedef
128 (sizeof(ppc_thread_state64_t) / sizeof(int)))
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c451 ppc_thread_state64_t *cpu64;
514 cpu64 = (ppc_thread_state64_t *)state;
515 state += sizeof(ppc_thread_state64_t);
1334 ppc_thread_state64_t *cpu64;
1352 cpu64 = (ppc_thread_state64_t *)state;
1354 state += sizeof(ppc_thread_state64_t);
H A Dofile.c4869 ppc_thread_state64_t *cpu;
4913 cpu = (ppc_thread_state64_t *)state;
4914 if(state + sizeof(ppc_thread_state64_t) >
4925 state += sizeof(ppc_thread_state64_t);
H A Dbytesex.c811 ppc_thread_state64_t *cpu,
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbytesex.h199 ppc_thread_state64_t *cpu,
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMachineStackMarker.cpp303 typedef ppc_thread_state64_t PlatformThreadRegisters;
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c4153 ppc_thread_state64_t cpu64;
4308 if(left >= sizeof(ppc_thread_state64_t)){
4310 sizeof(ppc_thread_state64_t));
4311 begin += sizeof(ppc_thread_state64_t);
4315 sizeof(ppc_thread_state64_t));

Completed in 219 milliseconds