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); 2313 PRE_READ((void *)data, siginfo_t_sz); 2337 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 | 1793 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz); 2464 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, siginfo_t_sz); 2494 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, siginfo_t_sz); 3168 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz); 3187 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);
|