Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dlibs.c120 (LA_SER_LIBPATH | LA_SER_RUNPATH | LA_SER_DEFAULT | LA_SER_SECURE); in Dbg_libs_path()
141 case LA_SER_SECURE: in Dbg_libs_path()
/titanic_50/usr/src/cmd/sgs/libconv/common/
H A Daudit.msg37 @ MSG_LA_SER_SECURE "LA_SER_SECURE"
H A Daudit.c112 { LA_SER_SECURE, MSG_LA_SER_SECURE }, in conv_la_search()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c353 (LA_SER_SECURE | LA_SER_CONFIG), PD_TKN_CAP) != NULL) in elf_config()
366 (LA_SER_SECURE | LA_SER_CONFIG), PD_TKN_CAP) != NULL) in elf_config()
H A Da.out.c114 set_dirs(&aout_sec_dirs, _aout_sec_dirs, LA_SER_SECURE); in aout_get_sec_dirs()
H A Delf.c124 set_dirs(&elf_sec_dirs, _elf_sec_dirs, LA_SER_SECURE); in elf_get_sec_dirs()
/titanic_50/usr/src/head/
H A Dlink.h144 #define LA_SER_SECURE 0x080 /* default (secure) path prepended */ macro