Home
last modified time | relevance | path

Searched refs:struct_regmatch_sz (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h64 extern unsigned struct_regmatch_sz;
H A Dsanitizer_platform_limits_freebsd.cpp135 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable
H A Dsanitizer_platform_limits_posix.h71 extern unsigned struct_regmatch_sz;
H A Dsanitizer_platform_limits_posix.cpp219 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable
H A Dsanitizer_platform_limits_netbsd.h61 extern unsigned struct_regmatch_sz;
H A Dsanitizer_platform_limits_netbsd.cpp565 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable
H A Dsanitizer_common_interceptors.inc8096 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pmatch, nmatch * struct_regmatch_sz);
8135 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);
8151 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);