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

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgact.h129 #define IMGPF_WAS_64BIT 0x00000004 /* exec from a 64Bit binary */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c1955 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE);
2715 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_ASLR : IMGPF_NONE);
3141 int ptr_size = (imgp->ip_flags & IMGPF_WAS_64BIT) ? 8 : 4;

Completed in 109 milliseconds