Searched refs:file_entry (Results 1 – 5 of 5) sorted by relevance
187 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()
338 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()
67 struct file_entry struct77 struct file_entry libs[0]; argument90 struct file_entry entry;
7525 (file_entry): Modified.
9968 (struct file_entry): New (moved from cache.c).