Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_ENTER (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/esan/
Desan_interceptors.cpp58 #define COMMON_INTERCEPTOR_ENTER(ctx, func, ...) \ macro
70 COMMON_INTERCEPTOR_ENTER(ctx, func, __VA_ARGS__)
245 COMMON_INTERCEPTOR_ENTER(ctx, strcpy, dst, src); in INTERCEPTOR()
254 COMMON_INTERCEPTOR_ENTER(ctx, strncpy, dst, src, n); in INTERCEPTOR()
264 COMMON_INTERCEPTOR_ENTER(ctx, open, name, flags, mode); in INTERCEPTOR()
272 COMMON_INTERCEPTOR_ENTER(ctx, open64, name, flags, mode); in INTERCEPTOR()
283 COMMON_INTERCEPTOR_ENTER(ctx, creat, name, mode); in INTERCEPTOR()
291 COMMON_INTERCEPTOR_ENTER(ctx, creat64, name, mode); in INTERCEPTOR()
302 COMMON_INTERCEPTOR_ENTER(ctx, unlink, path); in INTERCEPTOR()
309 COMMON_INTERCEPTOR_ENTER(ctx, fread, ptr, size, nmemb, f); in INTERCEPTOR()
[all …]
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc15 // COMMON_INTERCEPTOR_ENTER
120 COMMON_INTERCEPTOR_ENTER(ctx, __VA_ARGS__)
219 // COMMON_INTERCEPTOR_ENTER will fail. We use internal_strlen here
224 COMMON_INTERCEPTOR_ENTER(ctx, strlen, s);
238 COMMON_INTERCEPTOR_ENTER(ctx, strnlen, s, maxlen);
252 COMMON_INTERCEPTOR_ENTER(ctx, textdomain, domainname);
275 COMMON_INTERCEPTOR_ENTER(ctx, strcmp, s1, s2);
299 COMMON_INTERCEPTOR_ENTER(ctx, strncmp, s1, s2, size);
331 COMMON_INTERCEPTOR_ENTER(ctx, strcasecmp, s1, s2);
346 COMMON_INTERCEPTOR_ENTER(ctx, strncasecmp, s1, s2, n);
[all …]
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1289 #define COMMON_INTERCEPTOR_ENTER(ctx, func, ...) \ macro
1358 COMMON_INTERCEPTOR_ENTER(ctx, dladdr, addr, info); in INTERCEPTOR()
1372 COMMON_INTERCEPTOR_ENTER(ctx, dlerror, fake); in INTERCEPTOR()
1401 COMMON_INTERCEPTOR_ENTER(ctx, dl_iterate_phdr, callback, data); in INTERCEPTOR()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc153 #define COMMON_INTERCEPTOR_ENTER(ctx, func, ...) \ macro
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2174 #define COMMON_INTERCEPTOR_ENTER(ctx, func, ...) \ macro