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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_syscalls.inc 648 if (infop) POST_WRITE(infop, siginfo_t_sz);
711 if (uinfo) POST_WRITE(uinfo, siginfo_t_sz);
720 if (uinfo) POST_WRITE(uinfo, siginfo_t_sz);
740 if (uinfo) POST_WRITE(uinfo, siginfo_t_sz);
2309 PRE_READ((void *)data, siginfo_t_sz);
2333 POST_WRITE((void *)data, siginfo_t_sz);
sanitizer_platform_limits_openbsd.h 40 extern unsigned siginfo_t_sz;
sanitizer_platform_limits_solaris.h 28 extern unsigned siginfo_t_sz;
sanitizer_platform_limits_freebsd.h 42 extern unsigned siginfo_t_sz;
sanitizer_platform_limits_openbsd.cc 74 unsigned siginfo_t_sz = sizeof(siginfo_t); variable in namespace:__sanitizer
sanitizer_platform_limits_solaris.cc 74 unsigned siginfo_t_sz = sizeof(siginfo_t); variable in namespace:__sanitizer
sanitizer_platform_limits_freebsd.cc 101 unsigned siginfo_t_sz = sizeof(siginfo_t); variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h 36 extern unsigned siginfo_t_sz;
sanitizer_platform_limits_posix.cc 178 unsigned siginfo_t_sz = sizeof(siginfo_t); variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.h 38 extern unsigned siginfo_t_sz;
sanitizer_common_interceptors.inc 2401 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz);
3220 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, siginfo_t_sz);
3250 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, siginfo_t_sz);
3952 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);
3971 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);
sanitizer_syscalls_netbsd.inc 1810 PRE_READ(info_, siginfo_t_sz);
sanitizer_platform_limits_netbsd.cc 379 unsigned siginfo_t_sz = sizeof(siginfo_t); variable in namespace:__sanitizer

Completed in 32 milliseconds