HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_REAL (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/interception/
interception.h 177 // Generally, you don't need to use DEFINE_REAL by itself, as INTERCEPTOR
182 # define DEFINE_REAL(ret_type, func, ...) \
188 # define DEFINE_REAL(ret_type, func, ...)
193 DEFINE_REAL(ret_type, func, __VA_ARGS__) \
  /external/compiler-rt/lib/asan/
asan_interceptors.cc 231 DEFINE_REAL(int, sigaction, int signum, const struct sigaction *act,
455 DEFINE_REAL(char*, index, const char *string, int c)
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 434 DEFINE_REAL(int, setjmp, void *env)
435 DEFINE_REAL(int, _setjmp, void *env)
436 DEFINE_REAL(int, sigsetjmp, void *env)
437 DEFINE_REAL(int, __sigsetjmp, void *env)
    [all...]

Completed in 334 milliseconds