Home
last modified time | relevance | path

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

/titanic_41/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()
870 ((flags & PD_TKN_ORIGIN) == 0)) in is_path_secure()
895 if ((flags & PD_TKN_ORIGIN) && in is_path_secure()
913 ((flags & PD_TKN_ORIGIN) == 0)) in is_path_secure()
922 if (flags & PD_TKN_ORIGIN) { in is_path_secure()
H A D_rtld.h397 #define PD_TKN_ORIGIN 0x00001000 /* $ORIGIN expansion has occurred */ macro