HomeSort by relevance Sort by last modified time
    Searched refs:valgrind_target_ops (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind_low.h 30 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);
valgrind-low-s390x.c 188 static struct valgrind_target_ops low_target = {
200 void s390x_init_architecture (struct valgrind_target_ops *target)
valgrind-low-x86.c 255 static struct valgrind_target_ops low_target = {
271 void x86_init_architecture (struct valgrind_target_ops *target)
valgrind-low.c 39 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);
valgrind-low-amd64.c 285 static struct valgrind_target_ops low_target = {
301 void amd64_init_architecture (struct valgrind_target_ops *target)
valgrind-low-arm.c 280 static struct valgrind_target_ops low_target = {
292 void arm_init_architecture (struct valgrind_target_ops *target)
valgrind-low-ppc32.c 325 static struct valgrind_target_ops low_target = {
337 void ppc32_init_architecture (struct valgrind_target_ops *target)
valgrind-low-ppc64.c 322 static struct valgrind_target_ops low_target = {
334 void ppc64_init_architecture (struct valgrind_target_ops *target)

Completed in 104 milliseconds