Searched refs:cache_file (Results 1 – 3 of 3) sorted by relevance
131 static char *cache_file; variable255 cache_file = arg; in parse_opt()1422 if (cache_file == NULL) in main()1425 strcpy (cache_file, LD_SO_CACHE); in main()1438 cache_file); in main()1439 cache_file = p; in main()1441 print_cache (cache_file); in main()1443 free (cache_file); in main()1458 p ? cache_file : "/"); in main()1463 p = cache_file; in main()[all …]
35 static struct cache_file *cache;441 >= ((struct cache_file *) file)->nlibs)) in _dl_load_cache_lookup()448 offset = ALIGN_CACHE (sizeof (struct cache_file) in _dl_load_cache_lookup()528 if (cache != NULL && cache != (struct cache_file *) -1) in _dl_unload_cache()
330 struct cache_file *cache in print_cache()336 if (cache_size < sizeof (struct cache_file)) in print_cache()360 if ((cache_size - sizeof (struct cache_file)) / sizeof (struct file_entry) in print_cache()364 size_t offset = ALIGN_CACHE (sizeof (struct cache_file) in print_cache()593 struct cache_file *file_entries = NULL; in save_cache()606 file_entries_size = sizeof (struct cache_file) in save_cache()611 memset (file_entries, '\0', sizeof (struct cache_file)); in save_cache()
Completed in 8 milliseconds