Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c380 if ((!(rtld_flags & RT_FL_NODIRCFG)) && head->ch_hash) { in elf_config()
398 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.c1703 val = RT_FL_NODIRCFG; in ld_generic_env()