Home
last modified time | relevance | path

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

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