Searched refs:to_shortname (Results 1 – 25 of 48) sorted by relevance
12
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | remote-utils.c | 160 sr_scan_args (gr->ops->to_shortname, args); in gr_open() 173 usage (gr->ops->to_shortname, NULL); in gr_open() 449 printf_filtered ("\tusing the %s protocol.\n", ops->to_shortname); in gr_files_info()
|
| D | ppcbug-rom.c | 208 ppcbug_ops0.to_shortname = "ppcbug"; in _initialize_ppcbug_rom() 218 ppcbug_ops1.to_shortname = "ppcbug1"; in _initialize_ppcbug_rom()
|
| D | sh3-rom.c | 367 sh3_ops.to_shortname = "sh3"; in _initialize_sh3_rom() 386 sh3e_ops.to_shortname = "sh3e"; in _initialize_sh3_rom()
|
| D | target.c | 252 add_cmd (t->to_shortname, no_class, t->to_open, t->to_doc, &targetlist); in add_target() 281 current_target.to_shortname); in tcomplain() 380 INHERIT (to_shortname, t); in update_current_target() 666 t->to_shortname); in push_target() 751 current_target.to_shortname); in pop_target() 872 ops->to_shortname, in target_xfer_partial() 1450 if (DEPRECATED_STREQ (current_target.to_shortname, "rombug")) in target_link() 1786 dummy_target.to_shortname = "None"; in init_dummy_target()
|
| D | mcore-rom.c | 201 picobug_ops.to_shortname = "picobug"; in _initialize_picobug_rom()
|
| D | dink32-rom.c | 171 dink32_ops.to_shortname = "dink32"; in _initialize_dink32_rom()
|
| D | inf-child.c | 188 t->to_shortname = "child"; in inf_child_target()
|
| D | bfd-target.c | 123 t->to_shortname = "bfd"; in target_bfd_reopen()
|
| D | remote-hms.c | 151 hms_ops.to_shortname = "hms"; in _initialize_remote_hms()
|
| D | abug-rom.c | 175 abug_ops.to_shortname = "abug"; in _initialize_abug_rom()
|
| D | remote-est.c | 179 est_ops.to_shortname = "est"; in _initialize_est()
|
| D | cpu32bug-rom.c | 173 cpu32bug_ops.to_shortname = "cpu32bug"; in _initialize_cpu32bug_rom()
|
| D | dbug-rom.c | 171 dbug_ops.to_shortname = "dbug"; in _initialize_dbug_rom()
|
| D | rom68k-rom.c | 257 rom68k_ops.to_shortname = "rom68k"; in _initialize_rom68k()
|
| D | target.h | 284 char *to_shortname; /* Name this target type */ member 443 #define target_shortname (current_target.to_shortname)
|
| D | ppc-bdm.c | 314 bdm_ppc_ops.to_shortname = "ocd"; in init_bdm_ppc_ops()
|
| D | m32r-rom.c | 541 m32r_ops.to_shortname = "m32r"; in _initialize_m32r_rom() 553 mon2000_ops.to_shortname = "mon2000"; in _initialize_m32r_rom()
|
| D | bsd-kvm.c | 281 bsd_kvm_ops.to_shortname = "kvm"; in bsd_kvm_add_target()
|
| D | bsd-uthread.c | 486 t->to_shortname = "bsd-uthreads"; in bsd_uthread_target()
|
| D | inftarg.c | 584 deprecated_child_ops.to_shortname = "child"; in init_child_ops()
|
| D | remote-mips.c | 3333 mips_ops.to_shortname = "mips"; in _initialize_remote_mips() 3341 pmon_ops.to_shortname = "pmon"; in _initialize_remote_mips() 3349 ddb_ops.to_shortname = "ddb"; in _initialize_remote_mips() 3360 lsi_ops.to_shortname = "lsi"; in _initialize_remote_mips()
|
| D | remote-vx.c | 1339 vx_ops.to_shortname = "vxworks"; in init_vx_ops() 1360 vx_run_ops.to_shortname = "vxprocess"; in init_vx_run_ops()
|
| D | corelow.c | 648 core_ops.to_shortname = "core"; in init_core_ops()
|
| D | hpux-thread.c | 542 hpux_thread_ops.to_shortname = "hpux-threads"; in init_hpux_thread_ops()
|
| D | remote-st.c | 764 st2000_ops.to_shortname = "st2000"; in init_st2000_ops()
|
12