Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h860 #define FL1_RT_NODEFLIB 0x00000010 /* ignore default library search */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c86 { MSG_ORIG(MSG_FL1_NODEFLIB), FL1_RT_NODEFLIB, FL1_RT_NODEFLIB },
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c268 if ((FLAGS1(lmp) & FL1_RT_NODEFLIB) == 0) { in get_dir_list()
H A Delf.c2026 FLAGS1(lmp) |= FL1_RT_NODEFLIB;