Searched defs:valgrind_target_ops (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/m_gdbserver/
H A Dvalgrind_low.h30 In other words, struct valgrind_target_ops defines the functions and
33 struct valgrind_target_ops struct
84 extern void x86_init_architecture (struct valgrind_target_ops *target);
85 extern void amd64_init_architecture (struct valgrind_target_ops *target);
86 extern void arm_init_architecture (struct valgrind_target_ops *target);
87 extern void ppc32_init_architecture (struct valgrind_target_ops *target);
88 extern void ppc64_init_architecture (struct valgrind_target_ops *target);
89 extern void s390x_init_architecture (struct valgrind_target_ops *target);
H A Dvalgrind-low.c39 static struct valgrind_target_ops the_low_target;
563 static struct target_ops valgrind_target_ops = { variable in typeref:struct:target_ops
621 set_target_ops (&valgrind_target_ops);

Completed in 73 milliseconds