Home
last modified time | relevance | path

Searched defs:cache_file (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/generic/
Ddl-cache.h73 struct cache_file struct
75 char magic[sizeof CACHEMAGIC - 1];
76 unsigned int nlibs;
77 struct file_entry libs[0];
/glibc-2.36/elf/
Dldconfig.c131 static char *cache_file; variable