Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c411 if (((omit & PD_TKN_ORIGIN) == 0) && in expand()
420 _flags |= PD_TKN_ORIGIN; in expand()
871 ((flags & PD_TKN_ORIGIN) == 0)) in is_path_secure()
896 if ((flags & PD_TKN_ORIGIN) && in is_path_secure()
914 ((flags & PD_TKN_ORIGIN) == 0)) in is_path_secure()
923 if (flags & PD_TKN_ORIGIN) { in is_path_secure()
H A D_rtld.h397 #define PD_TKN_ORIGIN 0x00001000 /* $ORIGIN expansion has occurred */ macro