OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kInterceptorViaFunction
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_suppressions.cc
27
static const char
kInterceptorViaFunction
[] = "interceptor_via_fun";
31
kInterceptorName,
kInterceptorViaFunction
, kInterceptorViaLibrary,
56
return suppression_ctx->HasSuppressionType(
kInterceptorViaFunction
) ||
84
if (suppression_ctx->HasSuppressionType(
kInterceptorViaFunction
)) {
93
if (suppression_ctx->Match(function_name,
kInterceptorViaFunction
,
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_suppressions.cpp
26
static const char
kInterceptorViaFunction
[] = "interceptor_via_fun";
30
kInterceptorName,
kInterceptorViaFunction
, kInterceptorViaLibrary,
55
return suppression_ctx->HasSuppressionType(
kInterceptorViaFunction
) ||
83
if (suppression_ctx->HasSuppressionType(
kInterceptorViaFunction
)) {
92
if (suppression_ctx->Match(function_name,
kInterceptorViaFunction
,
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_suppressions.cpp
26
static const char
kInterceptorViaFunction
[] = "interceptor_via_fun";
30
kInterceptorName,
kInterceptorViaFunction
, kInterceptorViaLibrary,
55
return suppression_ctx->HasSuppressionType(
kInterceptorViaFunction
) ||
83
if (suppression_ctx->HasSuppressionType(
kInterceptorViaFunction
)) {
92
if (suppression_ctx->Match(function_name,
kInterceptorViaFunction
,
Completed in 17 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026