Home
last modified time | relevance | path

Searched refs:ppc_thread_state64 (Results 1 – 7 of 7) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/rtl/darwin/ppcgen/
H A Dsig_ppc.inc132 ppc_thread_state64 = record
173 ppc_thread_state64_t = ppc_thread_state64;
/dports/lang/fpc/fpc-3.2.2/rtl/darwin/ppcgen/
H A Dsig_ppc.inc132 ppc_thread_state64 = record
173 ppc_thread_state64_t = ppc_thread_state64;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/darwin/ppcgen/
H A Dsig_ppc.inc132 ppc_thread_state64 = record
173 ppc_thread_state64_t = ppc_thread_state64;
/dports/editors/fpc-ide/fpc-3.2.2/rtl/darwin/ppcgen/
H A Dsig_ppc.inc132 ppc_thread_state64 = record
173 ppc_thread_state64_t = ppc_thread_state64;
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/mach0/
H A Dmach0.h148 struct ppc_thread_state64 ppc_64; in MACH0_()
H A Dmach0_specs.h115 struct ppc_thread_state64 { struct
H A Dmach0.c1064 if (ptr_thread + sizeof (struct ppc_thread_state64) > bin->size) { in parse_thread()
1073 pc_offset = ptr_thread + r_offsetof(struct ppc_thread_state64, srr0); in parse_thread()
1075 arw_sz = sizeof (struct ppc_thread_state64); in parse_thread()