Home
last modified time | relevance | path

Searched refs:valgrind_target_ops (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dvalgrind_low.h36 struct valgrind_target_ops struct
101 extern void x86_init_architecture (struct valgrind_target_ops *target); argument
102 extern void amd64_init_architecture (struct valgrind_target_ops *target);
103 extern void arm_init_architecture (struct valgrind_target_ops *target);
104 extern void arm64_init_architecture (struct valgrind_target_ops *target);
105 extern void ppc32_init_architecture (struct valgrind_target_ops *target);
106 extern void ppc64_init_architecture (struct valgrind_target_ops *target);
107 extern void s390x_init_architecture (struct valgrind_target_ops *target);
108 extern void mips32_init_architecture (struct valgrind_target_ops *target);
109 extern void mips64_init_architecture (struct valgrind_target_ops *target);
[all …]
Dvalgrind-low-x86.c279 static struct valgrind_target_ops low_target = {
291 void x86_init_architecture (struct valgrind_target_ops *target) in x86_init_architecture()
Dvalgrind-low-s390x.c208 static struct valgrind_target_ops low_target = {
220 void s390x_init_architecture (struct valgrind_target_ops *target) in s390x_init_architecture()
Dvalgrind-low-arm.c295 static struct valgrind_target_ops low_target = {
307 void arm_init_architecture (struct valgrind_target_ops *target) in arm_init_architecture()
Dvalgrind-low-arm64.c270 static struct valgrind_target_ops low_target = {
282 void arm64_init_architecture (struct valgrind_target_ops *target) in arm64_init_architecture()
Dvalgrind-low-tilegx.c245 static struct valgrind_target_ops low_target = {
257 void tilegx_init_architecture ( struct valgrind_target_ops *target ) in tilegx_init_architecture()
Dvalgrind-low-amd64.c354 static struct valgrind_target_ops low_target = {
366 void amd64_init_architecture (struct valgrind_target_ops *target) in amd64_init_architecture()
Dvalgrind-low-mips32.c364 static struct valgrind_target_ops low_target = {
376 void mips32_init_architecture (struct valgrind_target_ops *target) in mips32_init_architecture()
Dvalgrind-low-mips64.c365 static struct valgrind_target_ops low_target = {
377 void mips64_init_architecture (struct valgrind_target_ops *target) in mips64_init_architecture()
Dvalgrind-low-ppc64.c340 static struct valgrind_target_ops low_target = {
352 void ppc64_init_architecture (struct valgrind_target_ops *target) in ppc64_init_architecture()
Dvalgrind-low-ppc32.c343 static struct valgrind_target_ops low_target = {
355 void ppc32_init_architecture (struct valgrind_target_ops *target) in ppc32_init_architecture()
Dtarget.c41 static struct valgrind_target_ops the_low_target;
DREADME_DEVELOPERS270 'static struct valgrind_target_ops low_target'.