Searched refs:open_files (Results 1 – 2 of 2) sorted by relevance
101 static int open_files; variable162 --open_files; in bfd_cache_delete()494 if (open_files >= bfd_cache_max_open ()) in bfd_cache_init()501 ++open_files; in bfd_cache_init()581 if (open_files >= bfd_cache_max_open ()) in bfd_open_file()
3294 * cache.c (bfd_cache_init): Increment open_files and call close_one3296 (bfd_open_file): Don't increment open_files here.