| /src/external/gpl3/gdb/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.old/dist/gdb/ |
| aarch64-linux-nat.c | 102 bool fetch_memtags (CORE_ADDR address, size_t len, 1032 /* Implement the "fetch_memtags" target_ops method. */ 1035 aarch64_linux_nat_target::fetch_memtags (CORE_ADDR address, size_t len, 1033 aarch64_linux_nat_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:aarch64_linux_nat_target
|
| corelow.c | 107 /* Core file implementation of fetch_memtags. Fetch the memory tags from 109 bool fetch_memtags (CORE_ADDR address, size_t len, 1378 /* Implementation of the "fetch_memtags" target_ops method. */ 1381 core_target::fetch_memtags (CORE_ADDR address, size_t len, 1379 core_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:core_target
|
| target-delegates.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/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.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, 3432 aarch64_target::fetch_memtags (CORE_ADDR address, size_t len, function in class:aarch64_target
|