Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c242 (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.c867 if ((((str == 0) && ((info & PD_FLG_FULLPATH) == 0)) || in is_path_secure()