Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/generic/
Ddl-cache.h80 #define CACHEMAGIC_NEW "glibc-ld.so.cache" macro
82 #define CACHEMAGIC_VERSION_NEW CACHEMAGIC_NEW CACHE_VERSION
159 char magic[sizeof CACHEMAGIC_NEW - 1];
/glibc-2.36/elf/
Dcache.c326 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()