Searched refs:IMGPF_DRIVER (Results 1 – 3 of 3) sorted by relevance
151 #define IMGPF_DRIVER 0x00000800 /* exec of a driver binary (no LC_MAIN) */ macro
1442 (imgp->ip_flags & IMGPF_DRIVER) != 0) { in exec_mach_imgact()1560 (imgp->ip_flags & IMGPF_DRIVER) != 0, in exec_mach_imgact()2018 (imgp->ip_flags & IMGPF_DRIVER) != 0 && in exec_mach_imgact()4012 imgp->ip_flags |= IMGPF_DRIVER; in posix_spawn()
1013 if (depth == 1 && imgp && (imgp->ip_flags & IMGPF_DRIVER)) { in parse_machfile()