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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h123 #define IMGPF_NONE 0x00000000 /* No flags */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1734 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE);
2322 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMGPF_DISABLE_ASLR : IMGPF_NONE);

Completed in 24 milliseconds