Home
last modified time | relevance | path

Searched refs:IMGPF_EXEC (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dimgact.h150 #define IMGPF_EXEC 0x00000100 /* exec */ macro
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c1024 int exec = (imgp->ip_flags & IMGPF_EXEC); in exec_mach_imgact()
2132 boolean_t in_exec = (imgp->ip_flags & IMGPF_EXEC); in exec_handle_port_actions()
3541 imgp->ip_flags |= IMGPF_EXEC; in posix_spawn()
4612 imgp->ip_flags |= IMGPF_EXEC; in __mac_execve()
H A Dmach_loader.c450 int in_exec = (imgp->ip_flags & IMGPF_EXEC); in load_machfile()