Home
last modified time | relevance | path

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

/elf/
A Dcache.c335 size_t cache_size = st.st_size; in print_cache() local
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()
371 if (cache_size in print_cache()
402 if (!cache_extension_load (cache_new, cache, cache_size, &ext)) in print_cache()
413 = glibc_hwcaps_string (&ext, cache, cache_size, in print_cache()
424 munmap (cache, cache_size); in print_cache()

Completed in 5 milliseconds