Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp641 unsigned struct_ptrace_dbreg_struct_sz = sizeof(struct dbreg); variable
643 unsigned struct_ptrace_dbreg_struct_sz = -1; variable
H A Dsanitizer_platform_limits_netbsd.h452 extern unsigned struct_ptrace_dbreg_struct_sz;
H A 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);