Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c396 if ((!(rtld_flags & RT_FL_NODIRCFG)) && head->ch_hash) { in elf_config()
414 if ((!(rtld_flags & (RT_FL_NODIRCFG | RT_FL_NOOBJALT))) && in elf_config()
H A D_rtld.h304 #define RT_FL_NODIRCFG 0x04000000 /* disable directory config use */ macro
H A Dutil.c1699 val = RT_FL_NODIRCFG; in ld_generic_env()