OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WRAPPER_NAME
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/interception/
interception.h
112
#define INTERPOSER_2(func_name,
wrapper_name
) __attribute__((used)) \
115
{ reinterpret_cast<const uptr>(
wrapper_name
), \
120
# define
WRAPPER_NAME
(x) "wrap_"#x
126
# define
WRAPPER_NAME
(x) "__asan_wrap_"#x
134
# define
WRAPPER_NAME
(x) "__interceptor_" #x
144
# define
WRAPPER_NAME
(x) "__interceptor_" #x
/external/compiler-rt/lib/lsan/
lsan_interceptors.cc
146
INTERCEPTOR(void, cfree, void *p) ALIAS(
WRAPPER_NAME
(free));
180
ALIAS(
WRAPPER_NAME
(memalign));
/external/compiler-rt/lib/asan/
asan_win_dll_thunk.cc
94
INTERCEPT_WHEN_POSSIBLE(
WRAPPER_NAME
(name), name)
asan_interceptors.cc
478
ALIAS(
WRAPPER_NAME
(strchr));
Completed in 583 milliseconds