HomeSort by: relevance | last modified time | path
    Searched refs:low_fetch_register (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
linux-ia64-low.cc 43 bool low_fetch_register (regcache *regcache, int regno) override;
327 ia64_target::low_fetch_register (regcache *regcache, int regnum) function in class:ia64_target
linux-riscv-low.cc 52 bool low_fetch_register (regcache *regcache, int regno) override;
208 /* Implementation of linux target ops method "low_fetch_register". */
211 riscv_target::low_fetch_register (regcache *regcache, int regno) function in class:riscv_target
linux-loongarch-low.cc 45 bool low_fetch_register (regcache *regcache, int regno) override;
307 /* Implementation of linux target ops method "low_fetch_register". */
310 loongarch_target::low_fetch_register (regcache *regcache, int regno) function in class:loongarch_target
linux-mips-low.cc 47 bool low_fetch_register (regcache *regcache, int regno) override;
308 mips_target::low_fetch_register (regcache *regcache, int regno) function in class:mips_target
linux-low.h 625 virtual bool low_fetch_register (regcache *regcache, int regno);
linux-low.cc 5336 low_fetch_register (regcache, regno);
5344 if (low_fetch_register (regcache, regno))
5382 linux_process_target::low_fetch_register (regcache *regcache, int regno) function in class:linux_process_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-ia64-low.cc 43 bool low_fetch_register (regcache *regcache, int regno) override;
327 ia64_target::low_fetch_register (regcache *regcache, int regnum) function in class:ia64_target
linux-riscv-low.cc 52 bool low_fetch_register (regcache *regcache, int regno) override;
208 /* Implementation of linux target ops method "low_fetch_register". */
211 riscv_target::low_fetch_register (regcache *regcache, int regno) function in class:riscv_target
linux-loongarch-low.cc 45 bool low_fetch_register (regcache *regcache, int regno) override;
307 /* Implementation of linux target ops method "low_fetch_register". */
310 loongarch_target::low_fetch_register (regcache *regcache, int regno) function in class:loongarch_target
linux-mips-low.cc 47 bool low_fetch_register (regcache *regcache, int regno) override;
308 mips_target::low_fetch_register (regcache *regcache, int regno) function in class:mips_target
linux-low.h 625 virtual bool low_fetch_register (regcache *regcache, int regno);
linux-low.cc 5350 low_fetch_register (regcache, regno);
5358 if (low_fetch_register (regcache, regno))
5396 linux_process_target::low_fetch_register (regcache *regcache, int regno) function in class:linux_process_target

Completed in 39 milliseconds