HomeSort by: relevance | last modified time | path
    Searched refs:struct_ptrace_ptrace_event_struct_sz (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_syscalls_netbsd.inc 320 PRE_READ(addr_, struct_ptrace_ptrace_event_struct_sz);
322 PRE_WRITE(addr_, struct_ptrace_ptrace_event_struct_sz);
373 POST_READ(addr_, struct_ptrace_ptrace_event_struct_sz);
375 POST_WRITE(addr_, struct_ptrace_ptrace_event_struct_sz);
sanitizer_platform_limits_netbsd.h 447 extern unsigned struct_ptrace_ptrace_event_struct_sz;
sanitizer_platform_limits_netbsd.cc 464 unsigned struct_ptrace_ptrace_event_struct_sz = sizeof(ptrace_event_t); variable in namespace:__sanitizer

Completed in 20 milliseconds