Searched refs:tdesc_mips_dsp_linux (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-linux-tdep.h113 extern const struct target_desc *tdesc_mips_dsp_linux;
H A Dmips-linux-nat.c485 return have_dsp ? tdesc_mips_dsp_linux : tdesc_mips_linux;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-linux-tdep.h113 extern const struct target_desc *tdesc_mips_dsp_linux;
H A Dmips-linux-nat.c482 return have_dsp ? tdesc_mips_dsp_linux : tdesc_mips_linux;
/netbsd-current/external/gpl3/gdb/dist/gdb/features/
H A Dmips-dsp-linux.c7 const struct target_desc *tdesc_mips_dsp_linux; variable in typeref:struct:target_desc
108 tdesc_mips_dsp_linux = result.release ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/features/
H A Dmips-dsp-linux.c8 const struct target_desc *tdesc_mips_dsp_linux; variable in typeref:struct:target_desc
109 tdesc_mips_dsp_linux = result.release ();
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-mips-low.cc96 extern const struct target_desc *tdesc_mips_dsp_linux;
108 #define tdesc_mips_dsp_linux tdesc_mips64_dsp_linux macro
209 return have_dsp ? tdesc_mips_dsp_linux : tdesc_mips_linux;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-mips-low.cc97 extern const struct target_desc *tdesc_mips_dsp_linux;
109 #define tdesc_mips_dsp_linux tdesc_mips64_dsp_linux macro
210 return have_dsp ? tdesc_mips_dsp_linux : tdesc_mips_linux;

Completed in 192 milliseconds