Searched refs:bfd_last_cache (Results 1 – 6 of 6) sorted by relevance
76 bfd *bfd_last_cache; variable100 if (bfd_last_cache == NULL) in insert()107 abfd->lru_next = bfd_last_cache; in insert()112 bfd_last_cache = abfd; in insert()122 if (abfd == bfd_last_cache) in snip()125 if (abfd == bfd_last_cache) in snip()126 bfd_last_cache = NULL; in snip()138 if (bfd_last_cache == NULL) in close_one()146 if (kill == bfd_last_cache) in close_one()260 while (bfd_last_cache != NULL) in bfd_cache_close_all()[all …]
610 extern bfd *bfd_last_cache;669 extern bfd *bfd_last_cache;672 ((x)==bfd_last_cache? \673 (FILE*) (bfd_last_cache->iostream): \
605 extern bfd *bfd_last_cache;
76 static bfd *bfd_last_cache = NULL; variable83 if (bfd_last_cache == NULL) in insert()95 bfd_last_cache = abfd; in insert()105 if (abfd == bfd_last_cache) in snip()108 if (abfd == bfd_last_cache) in snip()109 bfd_last_cache = NULL; in snip()144 if (bfd_last_cache == NULL) in close_one()152 if (kill == bfd_last_cache) in close_one()193 ((x) == bfd_last_cache \217 if (abfd != bfd_last_cache) in bfd_cache_lookup_worker()[all …]
494 (bfd_last_cache, bfd_cache_lookup, bfd_cache_lookup_worker): Likewise.495 * libbfd-in.h (bfd_cache_lookup_worker, bfd_last_cache): Delete.1487 * cache.c (bfd_last_cache): Initialise to NULL.
22 @findex bfd_last_cache23 @subsubsection @code{bfd_last_cache}26 extern bfd *bfd_last_cache;42 ((x)==bfd_last_cache? \43 (FILE*) (bfd_last_cache->iostream): \