Home
last modified time | relevance | path

Searched refs:rtld_stat (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c132 if (rtld_stat(str, &status) != 0) { in elf_config_validate()
158 if (rtld_stat(str, &status) != 0) { in elf_config_validate()
H A D_rtld.h491 #define rtld_stat stat macro
774 extern int rtld_stat(const char *restrict, rtld_stat_t *restrict);
H A Dsetup.c749 if (rtld_stat(PATHNAME(mlmp), &status) == 0) { in setup()
H A Dutil.c3651 if (((rtld_stat(name, &status) == 0) && in is_rtld_setuid()
3770 rtld_stat(const char *restrict path, rtld_stat_t *restrict buf) in rtld_stat() function
H A Danalyze.c1183 if ((err == 0) && ((rtld_stat(nname, &status)) != -1)) { in file_open()