Home
last modified time | relevance | path

Searched refs:P_NOSHLIB (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dproc.h206 #define P_NOSHLIB 0x10000000 /* no shared libs are in use for proc */ macro
/xnu-12377.41.6/bsd/vm/
H A Dvm_unix.c1707 if (error == 0 && (p->p_flag & P_NOSHLIB)) { in _shared_region_map_and_slide()
1708 OSBitAndAtomic(~((uint32_t)P_NOSHLIB), &p->p_flag); in _shared_region_map_and_slide()