Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h1011 #define LKUP_WEAK 0x0040 /* relocation reference is weak */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c3122 if ((sl.sl_flags & LKUP_WEAK) || (lml->lm_lazy == 0)) in _lookup_sym()
3197 slp->sl_flags |= LKUP_WEAK; in lookup_sym()
3224 slp->sl_flags |= LKUP_WEAK; in lookup_sym()
H A Dutil.c3580 ld_entry_cnt, 0, 0, 0, 0, LKUP_WEAK); in set_environ()