Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dldconfig.c572 struct stat stat_lib, stat_so, lstat_so; in create_links() local
607 else if (lstat (full_soname, &lstat_so) == 0 in create_links()
608 && !S_ISLNK (lstat_so.st_mode)) in create_links()
615 else if (lstat (real_full_soname, &lstat_so) != 0 in create_links()
616 || !S_ISLNK (lstat_so.st_mode)) in create_links()