Home
last modified time | relevance | path

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

/elf/
A Dcache.c892 struct aux_cache_file struct
1021 if (__fstat64 (fd, &st) < 0 || st.st_size < sizeof (struct aux_cache_file)) in load_aux_cache()
1029 struct aux_cache_file *aux_cache in load_aux_cache()
1032 || aux_cache_size < sizeof (struct aux_cache_file) in load_aux_cache()
1034 || aux_cache_size != (sizeof (struct aux_cache_file) in load_aux_cache()
1085 = sizeof (struct aux_cache_file) in save_aux_cache()
1087 struct aux_cache_file *file_entries in save_aux_cache()
1091 memset (file_entries, '\0', sizeof (struct aux_cache_file)); in save_aux_cache()
A Dldconfig.c1495 const char *aux_cache_file = _PATH_LDCONFIG_AUX_CACHE; in main() local
1497 aux_cache_file = chroot_canon (opt_chroot, aux_cache_file); in main()
1499 if (! opt_ignore_aux_cache && aux_cache_file) in main()
1500 load_aux_cache (aux_cache_file); in main()
1509 if (aux_cache_file) in main()
1510 save_aux_cache (aux_cache_file); in main()

Completed in 8 milliseconds