Home
last modified time | relevance | path

Searched refs:BND_NEEDED (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h100 #define BND_NEEDED 0x0001 /* caller NEEDED the dependency */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c143 { MSG_ORIG(MSG_BFL_NEEDED), BND_NEEDED, BND_NEEDED },
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddynamic.c922 { BND_NEEDED, MSG_BND_NEEDED }, in conv_bnd_type()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c142 if (nlmp && (bind_one(*clmp, nlmp, BND_NEEDED) == 0)) in preload()
H A Delf.c423 if (nlmp && ((bind_one(clmp, nlmp, BND_NEEDED) == 0) || in elf_lazy_load()
701 (bind_one(clmp, nlmp, BND_NEEDED) == 0)) in elf_needed()
H A Ddlfcns.c420 if ((bdp->b_flags & BND_NEEDED) == 0) in hdl_initialize()
H A Danalyze.c2372 if ((bdp->b_flags & BND_NEEDED) == 0) in load_finish()