HomeSort by relevance Sort by last modified time
    Searched refs:to_kill (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
cache.c 173 register bfd *to_kill; local
176 to_kill = NULL;
179 for (to_kill = bfd_last_cache->lru_prev;
180 ! to_kill->cacheable;
181 to_kill = to_kill->lru_prev)
183 if (to_kill == bfd_last_cache)
185 to_kill = NULL;
191 if (to_kill == NULL)
197 to_kill->where = real_ftell ((FILE *) to_kill->iostream)
    [all...]
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 48 self.to_kill = []
64 self.to_kill.append(to_return)
68 for victim in self.to_kill:

Completed in 420 milliseconds