Searched refs:rtld_stat (Results 1 – 5 of 5) sorted by relevance
132 if (rtld_stat(str, &status) != 0) { in elf_config_validate()158 if (rtld_stat(str, &status) != 0) { in elf_config_validate()
491 #define rtld_stat stat macro774 extern int rtld_stat(const char *restrict, rtld_stat_t *restrict);
749 if (rtld_stat(PATHNAME(mlmp), &status) == 0) { in setup()
3655 if (((rtld_stat(name, &status) == 0) && in is_rtld_setuid()3774 rtld_stat(const char *restrict path, rtld_stat_t *restrict buf) in rtld_stat() function
1183 if ((err == 0) && ((rtld_stat(nname, &status)) != -1)) { in file_open()