Home
last modified time | relevance | path

Searched refs:LA_SER_MASK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c368 (orig & LA_SER_MASK) && (*optr == '/') && in expand()
846 if ((info & LA_SER_MASK) == 0) { in is_path_secure()
966 if ((info & LA_SER_MASK) == 0) { in is_path_secure()
1140 pdp->pd_flags = (orig & LA_SER_MASK) | (tkns & PD_MSK_INHERIT); in expand_paths()
H A Ddlfcns.c2006 path->dls_flags = (pdp->pd_flags & LA_SER_MASK); in dlinfo_core()
H A Danalyze.c1434 (pdp->pd_flags & LA_SER_MASK))) == NULL) { in _find_file()
/illumos-gate/usr/src/head/
H A Dlink.h146 #define LA_SER_MASK 0xfff /* mask of known flags */ macro