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

  /src/external/gpl3/gdb/dist/gdb/
aarch64-linux-nat.c 99 bool supports_memory_tagging () override;
1022 /* Implement the "supports_memory_tagging" target_ops method. */
1025 aarch64_linux_nat_target::supports_memory_tagging ()
1023 aarch64_linux_nat_target::supports_memory_tagging () function in class:aarch64_linux_nat_target
target-delegates-gen.c 197 bool supports_memory_tagging () override;
374 bool supports_memory_tagging () override;
4286 target_ops::supports_memory_tagging () function in class:target_ops
4288 return this->beneath ()->supports_memory_tagging ();
4292 dummy_target::supports_memory_tagging () function in class:dummy_target
4298 debug_target::supports_memory_tagging () function in class:debug_target
4300 target_debug_printf_nofunc ("-> %s->supports_memory_tagging (...)", this->beneath ()->shortname ());
4302 = this->beneath ()->supports_memory_tagging ();
4303 target_debug_printf_nofunc ("<- %s->supports_memory_tagging () = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-linux-nat.c 99 bool supports_memory_tagging () override;
1024 /* Implement the "supports_memory_tagging" target_ops method. */
1027 aarch64_linux_nat_target::supports_memory_tagging ()
1025 aarch64_linux_nat_target::supports_memory_tagging () function in class:aarch64_linux_nat_target
corelow.c 105 bool supports_memory_tagging () override;
1366 /* Implementation of the "supports_memory_tagging" target_ops method. */
1369 core_target::supports_memory_tagging ()
1367 core_target::supports_memory_tagging () function in class:core_target
target-delegates.c 197 bool supports_memory_tagging () override;
374 bool supports_memory_tagging () override;
4286 target_ops::supports_memory_tagging () function in class:target_ops
4288 return this->beneath ()->supports_memory_tagging ();
4292 dummy_target::supports_memory_tagging () function in class:dummy_target
4298 debug_target::supports_memory_tagging () function in class:debug_target
4300 target_debug_printf_nofunc ("-> %s->supports_memory_tagging (...)", this->beneath ()->shortname ());
4302 = this->beneath ()->supports_memory_tagging ();
4303 target_debug_printf_nofunc ("<- %s->supports_memory_tagging () = %s",
  /src/external/gpl3/gdb/dist/gdbserver/
target.cc 425 process_stratum_target::supports_memory_tagging () function in class:process_stratum_target
linux-aarch64-low.cc 90 bool supports_memory_tagging () override;
3409 aarch64_target::supports_memory_tagging () function in class:aarch64_target
  /src/external/gpl3/gdb.old/dist/gdbserver/
target.cc 425 process_stratum_target::supports_memory_tagging () function in class:process_stratum_target
linux-aarch64-low.cc 90 bool supports_memory_tagging () override;
3413 aarch64_target::supports_memory_tagging () function in class:aarch64_target

Completed in 45 milliseconds