Searched refs:cache (Results 1 – 4 of 4) sorted by relevance
35 static struct cache_file *cache; variable411 if (cache == NULL) in _dl_load_cache_lookup()435 cache = file; in _dl_load_cache_lookup()445 cache = file; in _dl_load_cache_lookup()464 cache = (void *) -1; in _dl_load_cache_lookup()474 cache = (void *) -1; in _dl_load_cache_lookup()480 if (cache == (void *) -1) in _dl_load_cache_lookup()494 const char *string_table = (const char *) &cache->libs[cache->nlibs]; in _dl_load_cache_lookup()498 &cache->libs[0], cache->nlibs, in _dl_load_cache_lookup()528 if (cache != NULL && cache != (struct cache_file *) -1) in _dl_unload_cache()[all …]
293 check_new_cache (struct cache_file_new *cache) in check_new_cache() argument295 if (! cache_file_new_matches_endian (cache)) in check_new_cache()330 struct cache_file *cache in print_cache() local332 if (cache == MAP_FAILED) in print_cache()361 < cache->nlibs) in print_cache()365 + (cache->nlibs in print_cache()368 cache_data = (const char *) &cache->libs[cache->nlibs]; in print_cache()395 print_entry (cache_data + cache->libs[i].key, in print_cache()396 cache->libs[i].flags, 0, 0, NULL, in print_cache()397 cache_data + cache->libs[i].value); in print_cache()[all …]
57 -C $testroot/etc/ld.so.cache \
43 dl-routines += dl-cache135 ldconfig-modules := cache readlib xmalloc xstrdup chroot_canon static-stubs \186 tst-ldconfig-bad-aux-cache \192 tests-container += tst-glibc-hwcaps-prepend-cache787 CFLAGS-dl-cache.c += $(SYSCONF-FLAGS)788 CFLAGS-cache.c += $(SYSCONF-FLAGS)
Completed in 17 milliseconds