Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dimgact.h150 #define IMGPF_3P_PLUGINS 0x00000080 /* this platform binary might load third party plug… macro
/xnu-12377.61.12/bsd/kern/
H A Dmach_loader.c970 imgp->ip_flags |= IMGPF_3P_PLUGINS; in load_machfile()
978 if (imgp->ip_flags & IMGPF_3P_PLUGINS) { in load_machfile()
H A Dkern_exec.c2336 if (imgp->ip_flags & IMGPF_3P_PLUGINS) { in exec_mach_imgact()
4101 const bool task_loads_3P_plugins = imgp->ip_flags & IMGPF_3P_PLUGINS; in proc_apply_jit_and_vm_policies()