Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h303 #define RT_FL_NOCFG 0x02000000 /* disable config file use */ macro
H A Dsetup.c817 if (!(rtld_flags & RT_FL_NOCFG)) { in setup()
H A Delf.c2232 if ((!(rtld_flags & RT_FL_NOCFG)) && (config->c_name == NULL)) {
H A Dutil.c1693 val = RT_FL_NOCFG; in ld_generic_env()