Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Dcache.c76 static bfd *bfd_last_cache = NULL; variable
83 if (bfd_last_cache == NULL) in insert()
90 abfd->lru_next = bfd_last_cache; in insert()
91 abfd->lru_prev = bfd_last_cache->lru_prev; in insert()
95 bfd_last_cache = abfd; in insert()
105 if (abfd == bfd_last_cache) in snip()
107 bfd_last_cache = abfd->lru_next; 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()
[all …]