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

  /external/valgrind/coregrind/m_gdbserver/
valgrind_low.h 33 In other words, struct valgrind_target_ops defines the functions and
36 struct valgrind_target_ops struct
101 extern void x86_init_architecture (struct valgrind_target_ops *target);
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)
    [all...]
valgrind-low-s390x.c 208 static struct valgrind_target_ops low_target = {
220 void s390x_init_architecture (struct valgrind_target_ops *target)
valgrind-low-x86.c 279 static struct valgrind_target_ops low_target = {
291 void x86_init_architecture (struct valgrind_target_ops *target)
valgrind-low-arm.c 295 static struct valgrind_target_ops low_target = {
307 void arm_init_architecture (struct valgrind_target_ops *target)
valgrind-low-amd64.c 354 static struct valgrind_target_ops low_target = {
366 void amd64_init_architecture (struct valgrind_target_ops *target)
valgrind-low-arm64.c 270 static struct valgrind_target_ops low_target = {
282 void arm64_init_architecture (struct valgrind_target_ops *target)
valgrind-low-mips32.c 366 static struct valgrind_target_ops low_target = {
378 void mips32_init_architecture (struct valgrind_target_ops *target)
valgrind-low-mips64.c 367 static struct valgrind_target_ops low_target = {
379 void mips64_init_architecture (struct valgrind_target_ops *target)
valgrind-low-ppc32.c 343 static struct valgrind_target_ops low_target = {
355 void ppc32_init_architecture (struct valgrind_target_ops *target)
valgrind-low-ppc64.c 498 static struct valgrind_target_ops low_target = {
510 void ppc64_init_architecture (struct valgrind_target_ops *target)
target.c 41 static struct valgrind_target_ops the_low_target;

Completed in 105 milliseconds