HomeSort by: relevance | last modified time | path
    Searched refs:low_cannot_store_register (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbserver/
linux-or1k-low.cc 46 bool low_cannot_store_register (int regno) override;
128 /* Implement the low_cannot_store_register linux target ops method. */
131 or1k_target::low_cannot_store_register (int regno) function in class:or1k_target
linux-sh-low.cc 37 bool low_cannot_store_register (int regno) override;
98 sh_target::low_cannot_store_register (int regno) function in class:sh_target
linux-ia64-low.cc 41 bool low_cannot_store_register (int regno) override;
310 ia64_target::low_cannot_store_register (int regno) function in class:ia64_target
linux-m68k-low.cc 37 bool low_cannot_store_register (int regno) override;
114 m68k_target::low_cannot_store_register (int regno) function in class:m68k_target
linux-csky-low.cc 47 bool low_cannot_store_register (int regno) override;
100 csky_target::low_cannot_store_register (int regno) function in class:csky_target
linux-riscv-low.cc 50 bool low_cannot_store_register (int regno) override;
75 riscv_target::low_cannot_store_register (int regno) function in class:riscv_target
77 gdb_assert_not_reached ("linux target op low_cannot_store_register "
linux-sparc-low.cc 60 bool low_cannot_store_register (int regno) override;
148 sparc_target::low_cannot_store_register (int regno) function in class:sparc_target
linux-tic6x-low.cc 56 bool low_cannot_store_register (int regno) override;
244 tic6x_target::low_cannot_store_register (int regno) function in class:tic6x_target
linux-xtensa-low.cc 38 bool low_cannot_store_register (int regno) override;
61 xtensa_target::low_cannot_store_register (int regno) function in class:xtensa_target
63 gdb_assert_not_reached ("linux target op low_cannot_store_register "
linux-arc-low.cc 73 bool low_cannot_store_register (int regno) override;
135 arc_target::low_cannot_store_register (int regno) function in class:arc_target
linux-loongarch-low.cc 43 bool low_cannot_store_register (int regno) override;
68 loongarch_target::low_cannot_store_register (int regno) function in class:loongarch_target
70 gdb_assert_not_reached ("linux target op low_cannot_store_register "
linux-arm-low.cc 83 bool low_cannot_store_register (int regno) override;
264 arm_target::low_cannot_store_register (int regno) function in class:arm_target
linux-mips-low.cc 45 bool low_cannot_store_register (int regno) override;
279 mips_target::low_cannot_store_register (int regno) function in class:mips_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-or1k-low.cc 46 bool low_cannot_store_register (int regno) override;
128 /* Implement the low_cannot_store_register linux target ops method. */
131 or1k_target::low_cannot_store_register (int regno) function in class:or1k_target
linux-sh-low.cc 37 bool low_cannot_store_register (int regno) override;
98 sh_target::low_cannot_store_register (int regno) function in class:sh_target
linux-ia64-low.cc 41 bool low_cannot_store_register (int regno) override;
310 ia64_target::low_cannot_store_register (int regno) function in class:ia64_target
linux-m68k-low.cc 37 bool low_cannot_store_register (int regno) override;
114 m68k_target::low_cannot_store_register (int regno) function in class:m68k_target
linux-nios2-low.cc 49 bool low_cannot_store_register (int regno) override;
132 /* Implement the low_cannot_store_register linux target ops method. */
135 nios2_target::low_cannot_store_register (int regno) function in class:nios2_target
linux-csky-low.cc 47 bool low_cannot_store_register (int regno) override;
100 csky_target::low_cannot_store_register (int regno) function in class:csky_target
linux-riscv-low.cc 50 bool low_cannot_store_register (int regno) override;
75 riscv_target::low_cannot_store_register (int regno) function in class:riscv_target
77 gdb_assert_not_reached ("linux target op low_cannot_store_register "
linux-sparc-low.cc 60 bool low_cannot_store_register (int regno) override;
148 sparc_target::low_cannot_store_register (int regno) function in class:sparc_target
linux-tic6x-low.cc 56 bool low_cannot_store_register (int regno) override;
244 tic6x_target::low_cannot_store_register (int regno) function in class:tic6x_target
linux-xtensa-low.cc 38 bool low_cannot_store_register (int regno) override;
61 xtensa_target::low_cannot_store_register (int regno) function in class:xtensa_target
63 gdb_assert_not_reached ("linux target op low_cannot_store_register "
linux-arc-low.cc 73 bool low_cannot_store_register (int regno) override;
135 arc_target::low_cannot_store_register (int regno) function in class:arc_target
linux-loongarch-low.cc 43 bool low_cannot_store_register (int regno) override;
68 loongarch_target::low_cannot_store_register (int regno) function in class:loongarch_target
70 gdb_assert_not_reached ("linux target op low_cannot_store_register "

Completed in 32 milliseconds

1 2