Lines Matching refs:kill
142 register bfd *kill; in close_one() local
145 kill = NULL; in close_one()
148 for (kill = bfd_last_cache->lru_prev; in close_one()
149 ! kill->cacheable; in close_one()
150 kill = kill->lru_prev) in close_one()
152 if (kill == bfd_last_cache) in close_one()
154 kill = NULL; in close_one()
160 if (kill == NULL) in close_one()
166 kill->where = real_ftell ((FILE *) kill->iostream); in close_one()
178 if (kill->direction == no_direction || kill->direction == read_direction) in close_one()
180 bfd_get_mtime (kill); in close_one()
181 kill->mtime_set = TRUE; in close_one()
184 return bfd_cache_delete (kill); in close_one()