Searched refs:IMGPF_POWERPC (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h118 #define IMGPF_POWERPC 0x00000002 /* ppc mode for x86 */ macro
120 #undef IMGPF_POWERPC macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c330 #ifdef IMGPF_POWERPC
394 imgp->ip_flags |= IMGPF_POWERPC;
412 #endif /* IMGPF_POWERPC */
464 #ifdef IMGPF_POWERPC
465 if ((imgp->ip_flags & IMGPF_POWERPC) != 0)
467 #endif /* IMGPF_POWERPC */
806 #ifdef IMGPF_POWERPC
817 imgp->ip_flags |= IMGPF_POWERPC;
819 #endif /* IMGPF_POWERPC */
902 #ifdef IMGPF_POWERPC
[all...]

Completed in 96 milliseconds