HomeSort by: relevance | last modified time | path
    Searched defs:fetch_memtags (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-nat.c 102 bool fetch_memtags (CORE_ADDR address, size_t len,
1030 /* Implement the "fetch_memtags" target_ops method. */
1033 aarch64_linux_nat_target::fetch_memtags (CORE_ADDR address, size_t len,
1031 aarch64_linux_nat_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:aarch64_linux_nat_target
target-delegates-gen.c 198 bool fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) override;
375 bool fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) override;
4310 target_ops::fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) function in class:target_ops
4312 return this->beneath ()->fetch_memtags (arg0, arg1, arg2, arg3);
4316 dummy_target::fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) function in class:dummy_target
4322 debug_target::fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) function in class:debug_target
4324 target_debug_printf_nofunc ("-> %s->fetch_memtags (...)", this->beneath ()->shortname ());
4326 = this->beneath ()->fetch_memtags (arg0, arg1, arg2, arg3);
4327 target_debug_printf_nofunc ("<- %s->fetch_memtags (%s, %s, %s, %s) = %s",
  /src/external/gpl3/gdb/dist/gdb/
aarch64-linux-nat.c 103 bool fetch_memtags (CORE_ADDR address, size_t len,
1109 /* Implement the "fetch_memtags" target_ops method. */
1112 aarch64_linux_nat_target::fetch_memtags (CORE_ADDR address, size_t len,
1110 aarch64_linux_nat_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:aarch64_linux_nat_target
target-delegates-gen.c 198 bool fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) override;
379 bool fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) override;
4318 target_ops::fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) function in class:target_ops
4320 return this->beneath ()->fetch_memtags (arg0, arg1, arg2, arg3);
4324 dummy_target::fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) function in class:dummy_target
4330 debug_target::fetch_memtags (CORE_ADDR arg0, size_t arg1, gdb::byte_vector &arg2, int arg3) function in class:debug_target
4332 target_debug_printf_nofunc ("-> %s->fetch_memtags (...)", this->beneath ()->shortname ());
4334 = this->beneath ()->fetch_memtags (arg0, arg1, arg2, arg3);
4335 target_debug_printf_nofunc ("<- %s->fetch_memtags (%s, %s, %s, %s) = %s",
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 431 process_stratum_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:process_stratum_target
434 gdb_assert_not_reached ("target op fetch_memtags not supported");
linux-aarch64-low.cc 92 bool fetch_memtags (CORE_ADDR address, size_t len,
3428 aarch64_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:aarch64_target
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 431 process_stratum_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:process_stratum_target
434 gdb_assert_not_reached ("target op fetch_memtags not supported");
linux-aarch64-low.cc 93 bool fetch_memtags (CORE_ADDR address, size_t len,
3474 aarch64_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:aarch64_target

Completed in 24 milliseconds