OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECLARE_REAL
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors.h
109
DECLARE_REAL
(int, memcmp, const void *a1, const void *a2, uptr size)
110
DECLARE_REAL
(char*, strchr, const char *str, int c)
111
DECLARE_REAL
(SIZE_T, strlen, const char *s)
112
DECLARE_REAL
(char*, strncpy, char *to, const char *from, uptr size)
113
DECLARE_REAL
(uptr, strnlen, const char *s, uptr maxlen)
114
DECLARE_REAL
(char*, strstr, const char *s1, const char *s2)
asan_interceptors_memintrinsics.h
22
DECLARE_REAL
(void*, memcpy, void *to, const void *from, uptr size)
23
DECLARE_REAL
(void*, memset, void *block, int c, uptr size)
asan_interceptors.cc
367
DECLARE_REAL
(char*, index, const char *string, int c)
/src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
interception_linux_test.cc
28
DECLARE_REAL
(int, isdigit, int);
/src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h
49
// 3a) add
DECLARE_REAL
(int, foo, const char*, double) to a
57
//
DECLARE_REAL
(...) are located inside namespaces.
63
//
DECLARE_REAL
(int, foo, const char *bar, double baz) in your
165
# define
DECLARE_REAL
(ret_type, func, ...)
168
# define
DECLARE_REAL
(ret_type, func, ...) \
175
# define
DECLARE_REAL
(ret_type, func, ...) \
183
# define
DECLARE_REAL
(ret_type, func, ...) \
190
DECLARE_REAL
(ret_type, func, __VA_ARGS__) \
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_poisoning.cc
20
DECLARE_REAL
(void *, memset, void *dest, int c, uptr n)
21
DECLARE_REAL
(void *, memcpy, void *dest, const void *src, uptr n)
22
DECLARE_REAL
(void *, memmove, void *dest, const void *src, uptr n)
msan_interceptors.cc
57
DECLARE_REAL
(SIZE_T, strlen, const char *s)
58
DECLARE_REAL
(SIZE_T, strnlen, const char *s, SIZE_T maxlen)
59
DECLARE_REAL
(void *, memcpy, void *dest, const void *src, uptr n)
60
DECLARE_REAL
(void *, memset, void *dest, int c, uptr n)
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_new_delete.cc
28
DECLARE_REAL
(void *, malloc, uptr size)
29
DECLARE_REAL
(void, free, void *ptr)
tsan_interceptors.cc
89
DECLARE_REAL
(int, pthread_attr_getdetachstate, void *, void *)
93
DECLARE_REAL
(int, pthread_mutexattr_gettype, void *, void *)
94
DECLARE_REAL
(int, fflush, __sanitizer_FILE *fp)
Completed in 19 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025