Searched refs:IMGPF_INTERPRET (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h117 #define IMGPF_INTERPRET 0x00000001 /* Interpreter invoked */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c460 (imgp->ip_flags & IMGPF_INTERPRET) != 0) {
469 imgp->ip_flags |= IMGPF_INTERPRET;
2338 if((imgp->ip_flags & IMGPF_INTERPRET) != 0 && argv != 0LL) {

Completed in 77 milliseconds