Searched refs:bfd_cache_max_open (Results 1 – 3 of 3) sorted by relevance
76 bfd_cache_max_open (void) in bfd_cache_max_open() function494 if (open_files >= bfd_cache_max_open ()) in bfd_cache_init()581 if (open_files >= bfd_cache_max_open ()) in bfd_open_file()
1593 (bfd_cache_max_open): New static function to set and return1595 (bfd_cache_init): Use bfd_cache_max_open.
2575 * cache.c (bfd_cache_max_open): Cast RLIM_INFINITY to rlim_t.