Searched refs:struct_group_sz (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h27 extern unsigned struct_group_sz;
H A Dsanitizer_common_interceptors.inc644 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, res, struct_group_sz);
652 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, res, struct_group_sz);
696 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp, struct_group_sz);
707 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp, struct_group_sz);
H A Dsanitizer_platform_limits_posix.cc108 unsigned struct_group_sz = sizeof(struct group); member in namespace:__sanitizer

Completed in 36 milliseconds