Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c166 if (rpl_libdirs && (rtld_flags & RT_FL_SECURE) && in get_dir_list()
207 if (prm_libdirs && (rtld_flags & RT_FL_SECURE) && in get_dir_list()
244 if (RLIST(lmp) && (rtld_flags & RT_FL_SECURE) && in get_dir_list()
269 if ((rtld_flags & RT_FL_SECURE) && in get_dir_list()
1100 if ((rtld_flags & RT_FL_SECURE) && in expand_paths()
H A Dsetup.c133 if (rtld_flags & RT_FL_SECURE) in preload()
140 if (rtld_flags & RT_FL_SECURE) in preload()
177 (rtld_flags & RT_FL_SECURE)) in preload()
H A Ddebug.c64 if ((rtld_flags & RT_FL_SECURE) && (is_rtld_setuid() == 0)) in dbg_setup()
H A Dutil.c1564 if ((rtld_flags & RT_FL_SECURE) || in ld_generic_env()
1810 ((rtld_flags & RT_FL_SECURE) == 0)) { in ld_generic_env()
2045 if (rtld_flags & RT_FL_SECURE) { in ld_generic_env()
3616 rtld_flags |= RT_FL_SECURE; in security()
3626 rtld_flags |= RT_FL_SECURE; in security()
3633 rtld_flags |= RT_FL_SECURE; in security()
H A Dconfig_elf.c242 if ((rtld_flags & RT_FL_SECURE) && in elf_config()
H A D_rtld.h282 #define RT_FL_SECURE 0x00000040 /* setuid/segid flag */ macro
H A Danalyze.c1100 if ((rtld_flags & RT_FL_SECURE) && in file_notfound()
1876 if (rtld_flags & RT_FL_SECURE) { in load_file()