Home
last modified time | relevance | path

Searched refs:siginfo_t_sz (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc648 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);
Dsanitizer_platform_limits_posix.h37 extern unsigned siginfo_t_sz;
Dsanitizer_platform_limits_posix.cc211 unsigned siginfo_t_sz = sizeof(siginfo_t); variable
Dsanitizer_common_interceptors.inc1962 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz);
2702 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, siginfo_t_sz);
2732 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, siginfo_t_sz);
3406 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);
3425 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);