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_platform_limits_posix.h28 extern unsigned siginfo_t_sz;
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);
2331 POST_WRITE((void *)data, siginfo_t_sz);
Dsanitizer_platform_limits_posix.cc179 unsigned siginfo_t_sz = sizeof(siginfo_t); variable
Dsanitizer_common_interceptors.inc1547 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, infop, siginfo_t_sz);
2203 COMMON_INTERCEPTOR_READ_RANGE(ctx, data, siginfo_t_sz);
2225 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, data, siginfo_t_sz);
2827 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);
2846 if (res > 0 && info) COMMON_INTERCEPTOR_WRITE_RANGE(ctx, info, siginfo_t_sz);