Searched refs:IMGPF_WAS_64BIT_ADDR (Results 1 – 2 of 2) sorted by relevance
144 #define IMGPF_WAS_64BIT_ADDR 0x00000004 /* exec from a 64Bit address space */ macro
3776 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()