Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h447 extern unsigned struct_ptrace_ptrace_event_struct_sz;
H A Dsanitizer_syscalls_netbsd.inc319 PRE_READ(addr_, struct_ptrace_ptrace_event_struct_sz);
321 PRE_WRITE(addr_, struct_ptrace_ptrace_event_struct_sz);
372 POST_READ(addr_, struct_ptrace_ptrace_event_struct_sz);
374 POST_WRITE(addr_, struct_ptrace_ptrace_event_struct_sz);
H A Dsanitizer_platform_limits_netbsd.cpp625 unsigned struct_ptrace_ptrace_event_struct_sz = sizeof(ptrace_event_t); variable