Searched refs:CACHEMAGIC_NEW (Results 1 – 2 of 2) sorted by relevance
80 #define CACHEMAGIC_NEW "glibc-ld.so.cache" macro82 #define CACHEMAGIC_VERSION_NEW CACHEMAGIC_NEW CACHE_VERSION159 char magic[sizeof CACHEMAGIC_NEW - 1];
326 if (memcmp (cache_new->magic, CACHEMAGIC_NEW, sizeof CACHEMAGIC_NEW - 1) in print_cache()355 if (memcmp (cache_new->magic, CACHEMAGIC_NEW, in print_cache()356 sizeof CACHEMAGIC_NEW - 1) == 0 in print_cache()602 memcpy (file_entries_new->magic, CACHEMAGIC_NEW, in save_cache()603 sizeof CACHEMAGIC_NEW - 1); in save_cache()