Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.h64 extern unsigned struct_regmatch_sz;
Dsanitizer_platform_limits_freebsd.cpp135 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable
Dsanitizer_platform_limits_posix.h54 extern unsigned struct_regmatch_sz;
Dsanitizer_platform_limits_posix.cpp199 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable
Dsanitizer_platform_limits_netbsd.h60 extern unsigned struct_regmatch_sz;
Dsanitizer_platform_limits_netbsd.cpp565 unsigned struct_regmatch_sz = sizeof(regmatch_t); variable
Dsanitizer_common_interceptors.inc7759 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, pmatch, nmatch * struct_regmatch_sz);
7798 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);
7814 COMMON_INTERCEPTOR_READ_RANGE(ctx, rm, 10 * struct_regmatch_sz);