Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dldconfig.c131 static char *cache_file; variable
255 cache_file = arg; in parse_opt()
1414 if (cache_file == NULL) in main()
1416 cache_file = alloca (strlen (LD_SO_CACHE) + 1); in main()
1417 strcpy (cache_file, LD_SO_CACHE); in main()
1427 char *p = chroot_canon (opt_chroot, cache_file); in main()
1430 cache_file); in main()
1431 cache_file = p; in main()
1433 print_cache (cache_file); in main()
1435 free (cache_file); in main()
[all …]
Ddl-cache.c35 static struct cache_file *cache;
438 >= ((struct cache_file *) file)->nlibs)) in _dl_load_cache_lookup()
445 offset = ALIGN_CACHE (sizeof (struct cache_file) in _dl_load_cache_lookup()
525 if (cache != NULL && cache != (struct cache_file *) -1) in _dl_unload_cache()
Dcache.c308 struct cache_file *cache in print_cache()
314 if (cache_size < sizeof (struct cache_file)) in print_cache()
338 if ((cache_size - sizeof (struct cache_file)) / sizeof (struct file_entry) in print_cache()
342 size_t offset = ALIGN_CACHE (sizeof (struct cache_file) in print_cache()
566 struct cache_file *file_entries = NULL; in save_cache()
579 file_entries_size = sizeof (struct cache_file) in save_cache()
584 memset (file_entries, '\0', sizeof (struct cache_file)); in save_cache()
/glibc-2.36/
Dconfigure2053 if test -r "$cache_file"; then
2056 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2057 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2058 $as_echo "$as_me: loading cache $cache_file" >&6;}
2059 case $cache_file in
2060 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2061 *) . "./$cache_file";;
2065 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2066 $as_echo "$as_me: creating cache $cache_file" >&6;}
2067 >$cache_file
[all …]
/glibc-2.36/sysdeps/generic/
Ddl-cache.h73 struct cache_file struct
/glibc-2.36/ChangeLog.old/
DChangeLog.111537 * elf/ldconfig.c (cache_file): Remove const.
9969 (struct cache_file): New (moved from cache.c).