Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c101 static int open_files; variable
162 --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()
DChangeLog-91933294 * cache.c (bfd_cache_init): Increment open_files and call close_one
3296 (bfd_open_file): Don't increment open_files here.