Home
last modified time | relevance | path

Searched refs:struct_ptrace_reg_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.cpp629 unsigned struct_ptrace_reg_struct_sz = sizeof(struct reg); variable
631 unsigned struct_ptrace_reg_struct_sz = -1; variable
H A Dsanitizer_platform_limits_netbsd.h450 extern unsigned struct_ptrace_reg_struct_sz;
H A Dsanitizer_syscalls_netbsd.inc337 PRE_READ(addr_, struct_ptrace_reg_struct_sz);
339 PRE_WRITE(addr_, struct_ptrace_reg_struct_sz);
390 POST_READ(addr_, struct_ptrace_reg_struct_sz);
392 POST_WRITE(addr_, struct_ptrace_reg_struct_sz);