Searched refs:siginfo_t_sz (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | 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);
|
D | sanitizer_platform_limits_posix.h | 37 extern unsigned siginfo_t_sz;
|
D | sanitizer_platform_limits_posix.cc | 211 unsigned siginfo_t_sz = sizeof(siginfo_t); variable
|
D | sanitizer_common_interceptors.inc | 1962 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);
|