Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c243 (is_path_secure(estr, lmp, PD_FLG_FULLPATH, tkns) == 0)) in elf_config()
H A D_rtld.h421 #define PD_FLG_FULLPATH 0x02000000 /* ensure path is a full path */ macro
H A Dpaths.c868 if ((((str == 0) && ((info & PD_FLG_FULLPATH) == 0)) || in is_path_secure()