Home
last modified time | relevance | path

Searched refs:IMGPF_WAS_64BIT_ADDR (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dimgact.h144 #define IMGPF_WAS_64BIT_ADDR 0x00000004 /* exec from a 64Bit address space */ macro
/xnu-12377.1.9/bsd/kern/
H A Dkern_exec.c3776 imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE); in posix_spawn()
5404 …imgp->ip_flags = (is_64 ? IMGPF_WAS_64BIT_ADDR : IMGPF_NONE) | ((p->p_flag & P_DISABLE_ASLR) ? IMG… in __mac_execve()
6051 int ptr_size = (imgp->ip_flags & IMGPF_WAS_64BIT_ADDR) ? 8 : 4; in exec_extract_strings()