Searched refs:to_kill (Results 1 – 12 of 12) sorted by relevance
190 register bfd *to_kill; in close_one() local193 to_kill = NULL; in close_one()196 for (to_kill = bfd_last_cache->lru_prev; in close_one()197 ! to_kill->cacheable; in close_one()198 to_kill = to_kill->lru_prev) in close_one()200 if (to_kill == bfd_last_cache) in close_one()202 to_kill = NULL; in close_one()208 if (to_kill == NULL) in close_one()214 to_kill->where = _bfd_real_ftell ((FILE *) to_kill->iostream); in close_one()216 return bfd_cache_delete (to_kill); in close_one()
11429 Add a target_ops parameter to the to_kill method in struct target_ops.11432 method to_kill.11436 (update_current_target): Stop inheriting the to_kill method.11438 (setup_target_debug): Do not set current_target.to_kill.11549 (init_aix_thread_ops): Do not set aix_thread_ops.to_kill.
3124 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
9588 (init_thread_db_ops): Remove to_resume and to_kill.
12204 * target.h (struct target_ops) <to_kill>: Use