Home
last modified time | relevance | path

Searched refs:struct_ptrace_ptrace_siginfo_struct_sz (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h447 extern unsigned struct_ptrace_ptrace_siginfo_struct_sz;
H A Dsanitizer_syscalls_netbsd.inc323 PRE_READ(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
325 PRE_WRITE(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
376 POST_READ(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
378 POST_WRITE(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
H A Dsanitizer_platform_limits_netbsd.cc626 unsigned struct_ptrace_ptrace_siginfo_struct_sz = sizeof(ptrace_siginfo_t); variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h448 extern unsigned struct_ptrace_ptrace_siginfo_struct_sz;
H A Dsanitizer_syscalls_netbsd.inc323 PRE_READ(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
325 PRE_WRITE(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
376 POST_READ(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
378 POST_WRITE(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
H A Dsanitizer_platform_limits_netbsd.cpp626 unsigned struct_ptrace_ptrace_siginfo_struct_sz = sizeof(ptrace_siginfo_t); variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h448 extern unsigned struct_ptrace_ptrace_siginfo_struct_sz;
H A Dsanitizer_syscalls_netbsd.inc324 PRE_READ(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
326 PRE_WRITE(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
377 POST_READ(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
379 POST_WRITE(addr_, struct_ptrace_ptrace_siginfo_struct_sz);
H A Dsanitizer_platform_limits_netbsd.cc465 unsigned struct_ptrace_ptrace_siginfo_struct_sz = sizeof(ptrace_siginfo_t); variable