HomeSort by: relevance | last modified time | path
    Searched refs:struct_regmatch_sz (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_freebsd.h 65 extern unsigned struct_regmatch_sz;
sanitizer_platform_limits_freebsd.cc 131 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable in namespace:__sanitizer
sanitizer_platform_limits_posix.h 53 extern unsigned struct_regmatch_sz;
sanitizer_platform_limits_posix.cc 195 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable in namespace:__sanitizer
sanitizer_platform_limits_netbsd.h 67 extern unsigned struct_regmatch_sz;
sanitizer_platform_limits_netbsd.cc 404 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable in namespace:__sanitizer
sanitizer_common_interceptors.inc 7410 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pmatch, nmatch * struct_regmatch_sz);
7449 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);
7465 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);

Completed in 57 milliseconds