Home
last modified time | relevance | path

Searched refs:struct_ptrace_dbreg_struct_sz (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp641 unsigned struct_ptrace_dbreg_struct_sz = sizeof(struct dbreg); variable
643 unsigned struct_ptrace_dbreg_struct_sz = -1; variable
Dsanitizer_platform_limits_netbsd.h451 extern unsigned struct_ptrace_dbreg_struct_sz;
Dsanitizer_syscalls_netbsd.inc345 PRE_READ(addr_, struct_ptrace_dbreg_struct_sz);
347 PRE_WRITE(addr_, struct_ptrace_dbreg_struct_sz);
398 POST_READ(addr_, struct_ptrace_dbreg_struct_sz);
400 POST_WRITE(addr_, struct_ptrace_dbreg_struct_sz);