Home
last modified time | relevance | path

Searched refs:PD_FLG_USED (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h420 #define PD_FLG_USED 0x01000000 /* indicate that path is used */ macro
H A Danalyze.c2060 pdp->pd_flags |= PD_FLG_USED; in load_so()
H A Dutil.c3228 if ((pdp->pd_plen == 0) || (pdp->pd_flags & PD_FLG_USED)) in is_path_used()