Home
last modified time | relevance | path

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

/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcache.c190 register bfd *to_kill; in close_one() local
193 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()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcache.c190 register bfd *to_kill; in close_one() local
193 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()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcache.c190 register bfd *to_kill; in close_one() local
193 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()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcache.c190 register bfd *to_kill; in close_one() local
193 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()
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200911429 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.
H A DChangeLog-20063124 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
H A DChangeLog-20089588 (init_thread_db_ops): Remove to_resume and to_kill.
H A DChangeLog-201412204 * target.h (struct target_ops) <to_kill>: Use
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200911429 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.
H A DChangeLog-20063124 (linux_target): Don't set to_wait, to_kill, or to_mourn_inferior.
H A DChangeLog-20089588 (init_thread_db_ops): Remove to_resume and to_kill.
H A DChangeLog-201412204 * target.h (struct target_ops) <to_kill>: Use