Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c539 if (((omit & PD_TKN_OSREL) == 0) && (uts == 0)) in expand()
542 if (((omit & PD_TKN_OSREL) == 0) && in expand()
550 _flags |= PD_TKN_OSREL; in expand()
H A D_rtld.h400 #define PD_TKN_OSREL 0x00008000 /* $OSREL expansion has occurred */ macro