Home
last modified time | relevance | path

Searched refs:low_target (Results 1 – 11 of 11) 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-tilegx.c243 static struct valgrind_target_ops low_target = { variable
257 *target = low_target; in tilegx_init_architecture()
Dvalgrind-low-mips32.c364 static struct valgrind_target_ops low_target = { variable
378 *target = low_target; in mips32_init_architecture()
Dvalgrind-low-mips64.c365 static struct valgrind_target_ops low_target = { variable
379 *target = low_target; in mips64_init_architecture()
Dvalgrind-low-ppc64.c340 static struct valgrind_target_ops low_target = { variable
354 *target = low_target; in ppc64_init_architecture()
Dvalgrind-low-ppc32.c343 static struct valgrind_target_ops low_target = { variable
357 *target = low_target; in ppc32_init_architecture()
DREADME_DEVELOPERS270 'static struct valgrind_target_ops low_target'.