Home
last modified time | relevance | path

Searched refs:to_close (Results 1 – 25 of 28) sorted by relevance

12

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dsh3-rom.c378 sh3_ops.to_close = sh3_close; in _initialize_sh3_rom()
397 sh3e_ops.to_close = sh3_close; in _initialize_sh3_rom()
Dppc-bdm.c321 bdm_ppc_ops.to_close = ocd_close; in init_bdm_ppc_ops()
Dbsd-kvm.c286 bsd_kvm_ops.to_close = bsd_kvm_close; in bsd_kvm_add_target()
Dtarget.c384 INHERIT (to_close, t); in update_current_target()
472 de_fault (to_close, in update_current_target()
1819 else if (targ->to_close != NULL) in target_close()
1820 targ->to_close (quitting); in target_close()
2481 current_target.to_close = debug_to_close; in setup_target_debug()
Dremote-vx.c1344 vx_ops.to_close = vx_close; in init_vx_ops()
1364 vx_run_ops.to_close = vx_proc_close; in init_vx_run_ops()
Dcorelow.c653 core_ops.to_close = core_close; in init_core_ops()
Dremote-st.c771 st2000_ops.to_close = st2000_close; in init_st2000_ops()
Dsol-thread.c1407 orig_core_ops.to_close (quitting); in sol_core_close()
1583 sol_core_ops.to_close = sol_core_close; in init_sol_core_ops()
Dtarget.h300 void (*to_close) (int); member
Dremote-sim.c859 gdbsim_ops.to_close = gdbsim_close; in init_gdbsim_ops()
Dexec.c700 exec_ops.to_close = exec_close; in init_exec_ops()
Dv850ice.c895 v850ice_ops.to_close = v850ice_close; in init_850ice_ops()
Dremote-sds.c1057 sds_ops.to_close = sds_close; in init_sds_ops()
Dremote-rdi.c890 arm_rdi_ops.to_close = arm_rdi_close; in init_rdi_ops()
Dremote-rdp.c1401 remote_rdp_ops.to_close = remote_rdp_close; in init_remote_rdp_ops()
Dremote-m32r-sdi.c1571 m32r_ops.to_close = m32r_close; in init_m32r_ops()
Dremote-e7000.c2146 e7000_ops.to_close = e7000_close; in init_e7000_ops()
Dgo32-nat.c856 go32_ops.to_close = go32_close; in init_go32_ops()
Dmonitor.c2252 monitor_ops.to_close = monitor_close; in init_base_monitor_ops()
Dwince.c1897 deprecated_child_ops.to_close = child_close; in init_child_ops()
Dremote.c5243 remote_ops.to_close = remote_close; in init_remote_ops()
5363 remote_async_ops.to_close = remote_close; in init_remote_async_ops()
Dremote-mips.c3303 mips_ops.to_close = mips_close; in _initialize_remote_mips()
Dwin32-nat.c2075 deprecated_child_ops.to_close = child_close; in init_child_ops()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c12073 const char *to_close = NULL; local
12094 to_close = "\"\n";
12099 fputs (to_close, file);
12103 to_close = NULL;
12115 to_close = "\n";
12121 if (to_close)
12122 fputs (to_close, file);
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c16244 const char *to_close = NULL; in output_ascii() local
16265 to_close = "\"\n"; in output_ascii()
16270 fputs (to_close, file); in output_ascii()
16274 to_close = NULL; in output_ascii()
16286 to_close = "\n"; in output_ascii()
16292 if (to_close) in output_ascii()
16293 fputs (to_close, file); in output_ascii()

12