Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_gdbserver/
Dvalgrind-low-x86.c279 static struct valgrind_target_ops low_target = { variable
293 *target = low_target; in x86_init_architecture()
Dvalgrind-low-s390x.c208 static struct valgrind_target_ops low_target = { variable
222 *target = low_target; in s390x_init_architecture()
Dvalgrind-low-arm.c295 static struct valgrind_target_ops low_target = { variable
309 *target = low_target; in arm_init_architecture()
Dvalgrind-low-amd64.c354 static struct valgrind_target_ops low_target = { variable
368 *target = low_target; in amd64_init_architecture()
Dvalgrind-low-arm64.c270 static struct valgrind_target_ops low_target = { variable
284 *target = low_target; in arm64_init_architecture()
Dvalgrind-low-mips32.c366 static struct valgrind_target_ops low_target = { variable
380 *target = low_target; in mips32_init_architecture()
Dvalgrind-low-mips64.c367 static struct valgrind_target_ops low_target = { variable
381 *target = low_target; in mips64_init_architecture()
Dvalgrind-low-ppc32.c343 static struct valgrind_target_ops low_target = { variable
357 *target = low_target; in ppc32_init_architecture()
Dvalgrind-low-ppc64.c498 static struct valgrind_target_ops low_target = { variable
512 *target = low_target; in ppc64_init_architecture()
DREADME_DEVELOPERS276 'static struct valgrind_target_ops low_target'.