Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/bfd/
HDcache.c76 static int open_files; variable
137 --open_files; in bfd_cache_delete()
469 if (open_files >= BFD_CACHE_MAX_OPEN) in bfd_cache_init()
476 ++open_files; in bfd_cache_init()
556 if (open_files >= BFD_CACHE_MAX_OPEN) in bfd_open_file()
/dragonfly/contrib/binutils-2.27/bfd/
HDcache.c119 static int open_files; variable
180 --open_files; in bfd_cache_delete()
514 if (open_files >= bfd_cache_max_open ()) in bfd_cache_init()
521 ++open_files; in bfd_cache_init()
601 if (open_files >= bfd_cache_max_open ()) in bfd_open_file()
/dragonfly/contrib/binutils-2.34/bfd/
HDcache.c118 static int open_files; variable
179 --open_files; in bfd_cache_delete()
498 if (open_files >= bfd_cache_max_open ()) in bfd_cache_init()
505 ++open_files; in bfd_cache_init()
585 if (open_files >= bfd_cache_max_open ()) in bfd_open_file()
/dragonfly/contrib/byacc/
HDmain.c801 open_files(void) in open_files() function
877 open_files(); in main()