Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dcache.c173 register bfd *to_kill; in close_one() local
176 to_kill = NULL; in close_one()
179 for (to_kill = bfd_last_cache->lru_prev; in close_one()
180 ! to_kill->cacheable; in close_one()
181 to_kill = to_kill->lru_prev) in close_one()
183 if (to_kill == bfd_last_cache) in close_one()
185 to_kill = NULL; in close_one()
191 if (to_kill == NULL) in close_one()
197 to_kill->where = real_ftell ((FILE *) to_kill->iostream); in close_one()
199 return bfd_cache_delete (to_kill); in close_one()