Lines Matching refs:COMMON_INTERCEPTOR_ENTER
60 #define COMMON_INTERCEPTOR_ENTER(ctx, func, ...) \ in DECLARE_REAL_AND_INTERCEPTOR() macro
72 COMMON_INTERCEPTOR_ENTER(ctx, func, __VA_ARGS__)
257 COMMON_INTERCEPTOR_ENTER(ctx, strcpy, dst, src);
266 COMMON_INTERCEPTOR_ENTER(ctx, strncpy, dst, src, n); in INTERCEPTOR()
276 COMMON_INTERCEPTOR_ENTER(ctx, open, name, flags, mode); in INTERCEPTOR()
284 COMMON_INTERCEPTOR_ENTER(ctx, open64, name, flags, mode); in INTERCEPTOR()
295 COMMON_INTERCEPTOR_ENTER(ctx, creat, name, mode); in INTERCEPTOR()
303 COMMON_INTERCEPTOR_ENTER(ctx, creat64, name, mode); in INTERCEPTOR()
314 COMMON_INTERCEPTOR_ENTER(ctx, unlink, path); in INTERCEPTOR()
321 COMMON_INTERCEPTOR_ENTER(ctx, rmdir, path); in INTERCEPTOR()
334 COMMON_INTERCEPTOR_ENTER(ctx, signal, signum, handler); in INTERCEPTOR()
353 COMMON_INTERCEPTOR_ENTER(ctx, sigaction, signum, act, oldact); in DECLARE_REAL()
387 COMMON_INTERCEPTOR_ENTER(ctx, sigprocmask, how, set, oldset); in INTERCEPTOR()
404 COMMON_INTERCEPTOR_ENTER(ctx, pthread_sigmask, how, set, oldset); in INTERCEPTOR()
456 COMMON_INTERCEPTOR_ENTER(ctx, calloc, size, n); in INTERCEPTOR()
467 COMMON_INTERCEPTOR_ENTER(ctx, malloc, size); in INTERCEPTOR()
476 COMMON_INTERCEPTOR_ENTER(ctx, free, p); in INTERCEPTOR()