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

  /external/compiler-rt/lib/asan/
asan_interceptors.h 85 DECLARE_REAL(int, memcmp, const void *a1, const void *a2, uptr size)
86 DECLARE_REAL(void*, memcpy, void *to, const void *from, uptr size)
87 DECLARE_REAL(void*, memset, void *block, int c, uptr size)
88 DECLARE_REAL(char*, strchr, const char *str, int c)
89 DECLARE_REAL(uptr, strlen, const char *s)
90 DECLARE_REAL(char*, strncpy, char *to, const char *from, uptr size)
91 DECLARE_REAL(uptr, strnlen, const char *s, uptr maxlen)
92 DECLARE_REAL(char*, strstr, const char *s1, const char *s2)
94 DECLARE_REAL(int, sigaction, int signum, const struct sigaction *act,
asan_interceptors.cc 452 DECLARE_REAL(char*, index, const char *string, int c)
  /external/compiler-rt/lib/interception/
interception.h 47 // 3a) add DECLARE_REAL(int, foo, const char*, double) to a
55 // DECLARE_REAL(...) are located inside namespaces.
61 // DECLARE_REAL(int, foo, const char *bar, double baz) in your
162 # define DECLARE_REAL(ret_type, func, ...) \
169 # define DECLARE_REAL(ret_type, func, ...) \
174 DECLARE_REAL(ret_type, func, __VA_ARGS__) \
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 46 DECLARE_REAL(int, pthread_attr_getdetachstate, void *, void *)
50 DECLARE_REAL(int, pthread_mutexattr_gettype, void *, void *)
55 DECLARE_REAL(int, sigfillset, __sanitizer_sigset_t *set)
56 DECLARE_REAL(int, fflush, __sanitizer_FILE *fp)
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]

Completed in 193 milliseconds