Searched refs:cache_file (Results 1 – 6 of 6) sorted by relevance
131 static char *cache_file; variable255 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 …]
35 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()
308 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()
2053 if test -r "$cache_file"; then2056 if test /dev/null != "$cache_file" && test -f "$cache_file"; then2057 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&52058 $as_echo "$as_me: loading cache $cache_file" >&6;}2059 case $cache_file in2060 [\\/]* | ?:[\\/]* ) . "$cache_file";;2061 *) . "./$cache_file";;2065 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&52066 $as_echo "$as_me: creating cache $cache_file" >&6;}2067 >$cache_file[all …]
73 struct cache_file struct
1537 * elf/ldconfig.c (cache_file): Remove const.9969 (struct cache_file): New (moved from cache.c).