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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h124 #define IMGPF_INTERPRET 0x00000001 /* Interpreter invoked */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c448 (imgp->ip_flags & IMGPF_INTERPRET) != 0) {
452 imgp->ip_flags |= IMGPF_INTERPRET;
2749 if((imgp->ip_flags & IMGPF_INTERPRET) != 0) {

Completed in 25 milliseconds