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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h83 cpu_type_t ip_origcputype; /* cputype of invocation file */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c382 if (!imgp->ip_origcputype) {
383 imgp->ip_origcputype =
744 if (!imgp->ip_origcputype) {
745 imgp->ip_origcputype = mach_header->cputype;
776 if (pref == imgp->ip_origcputype) {
785 if (!grade_binary(imgp->ip_origcputype & ~CPU_SUBTYPE_LIB64,

Completed in 33 milliseconds