Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Ddl-cache.c187 static inline const struct file_entry *
188 _dl_cache_file_entry (const struct file_entry *libs, size_t entry_size, in _dl_cache_file_entry()
201 struct file_entry *libs, uint32_t nlibs, uint32_t entry_size, in search_cache()
255 const struct file_entry *lib in search_cache()
437 && ((cachesize - sizeof *cache) / sizeof (struct file_entry) in _dl_load_cache_lookup()
446 + cache->nlibs * sizeof (struct file_entry)); in _dl_load_cache_lookup()
Dcache.c338 if ((cache_size - sizeof (struct cache_file)) / sizeof (struct file_entry) in print_cache()
344 * sizeof (struct file_entry))); in print_cache()
580 + cache_entry_old_count * sizeof (struct file_entry); in save_cache()
/glibc-2.36/sysdeps/generic/
Ddl-cache.h67 struct file_entry struct
77 struct file_entry libs[0]; argument
90 struct file_entry entry;
/glibc-2.36/ChangeLog.old/
DChangeLog.227525 (file_entry): Modified.
DChangeLog.119968 (struct file_entry): New (moved from cache.c).