Searched refs:IMGPF_DRIVER (Results 1 – 3 of 3) sorted by relevance
155 #define IMGPF_DRIVER 0x00000800 /* exec of a driver binary (no LC_MAIN) */ macro
2073 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()2197 (imgp->ip_flags & IMGPF_DRIVER) != 0, in exec_mach_imgact()2703 (imgp->ip_flags & IMGPF_DRIVER) != 0 && in exec_mach_imgact()4860 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
1312 if (depth == 1 && imgp && (imgp->ip_flags & IMGPF_DRIVER)) { in parse_machfile()