Home
last modified time | relevance | path

Searched refs:bfd_last_cache (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcache.c76 bfd *bfd_last_cache; variable
100 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 …]
H A Dlibbfd.h610 extern bfd *bfd_last_cache;
669 extern bfd *bfd_last_cache;
672 ((x)==bfd_last_cache? \
673 (FILE*) (bfd_last_cache->iostream): \
H A Dlibbfd-in.h605 extern bfd *bfd_last_cache;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcache.c76 static bfd *bfd_last_cache = NULL; variable
83 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 …]
H A DChangeLog-2005494 (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.
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dcache.texi22 @findex bfd_last_cache
23 @subsubsection @code{bfd_last_cache}
26 extern bfd *bfd_last_cache;
42 ((x)==bfd_last_cache? \
43 (FILE*) (bfd_last_cache->iostream): \