Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind_low.h33 struct valgrind_target_ops struct
70 extern void x86_init_architecture (struct valgrind_target_ops *target); argument
71 extern void amd64_init_architecture (struct valgrind_target_ops *target);
72 extern void arm_init_architecture (struct valgrind_target_ops *target);
73 extern void ppc32_init_architecture (struct valgrind_target_ops *target);
74 extern void ppc64_init_architecture (struct valgrind_target_ops *target);
75 extern void s390x_init_architecture (struct valgrind_target_ops *target);
76 extern void mips32_init_architecture (struct valgrind_target_ops *target);
Dvalgrind-low-x86.c260 static struct valgrind_target_ops low_target = {
271 void x86_init_architecture (struct valgrind_target_ops *target) in x86_init_architecture()
Dvalgrind-low-s390x.c200 static struct valgrind_target_ops low_target = {
211 void s390x_init_architecture (struct valgrind_target_ops *target) in s390x_init_architecture()
Dvalgrind-low-arm.c290 static struct valgrind_target_ops low_target = {
301 void arm_init_architecture (struct valgrind_target_ops *target) in arm_init_architecture()
Dvalgrind-low-mips32.c242 static struct valgrind_target_ops low_target = {
253 void mips32_init_architecture (struct valgrind_target_ops *target) in mips32_init_architecture()
Dvalgrind-low-amd64.c348 static struct valgrind_target_ops low_target = {
359 void amd64_init_architecture (struct valgrind_target_ops *target) in amd64_init_architecture()
Dvalgrind-low-ppc64.c332 static struct valgrind_target_ops low_target = {
343 void ppc64_init_architecture (struct valgrind_target_ops *target) in ppc64_init_architecture()
Dvalgrind-low-ppc32.c335 static struct valgrind_target_ops low_target = {
346 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'.