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

  /src/external/gpl3/gdb/dist/gdbserver/
target.h 504 virtual bool supports_memory_tagging ();
549 the_target->supports_memory_tagging ()
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.h 504 virtual bool supports_memory_tagging ();
549 the_target->supports_memory_tagging ()
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
  /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",
corelow.c 223 bool supports_memory_tagging () override;
1812 /* Implementation of the "supports_memory_tagging" target_ops method. */
1815 core_target::supports_memory_tagging ()
target.h 1343 virtual bool supports_memory_tagging ()
remote.c 1149 bool supports_memory_tagging () override;
15786 /* Implement the "supports_memory_tagging" target_ops method. */
15789 remote_target::supports_memory_tagging ()
15998 SELF_CHECK (remote.supports_memory_tagging () == false);
16000 SELF_CHECK (remote.supports_memory_tagging () == false);
16002 SELF_CHECK (remote.supports_memory_tagging () == true);
target.c 794 return current_inferior ()->top_target ()->supports_memory_tagging ();
  /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",
target.h 1335 virtual bool supports_memory_tagging ()
remote.c 1119 bool supports_memory_tagging () override;
15543 /* Implement the "supports_memory_tagging" target_ops method. */
15546 remote_target::supports_memory_tagging ()
15755 SELF_CHECK (remote.supports_memory_tagging () == false);
15757 SELF_CHECK (remote.supports_memory_tagging () == false);
15759 SELF_CHECK (remote.supports_memory_tagging () == true);
target.c 793 return current_inferior ()->top_target ()->supports_memory_tagging ();

Completed in 77 milliseconds