Searched refs:INTERCEPT_WHEN_POSSIBLE (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc45 // INTERCEPT_WHEN_POSSIBLE macro. Then, all these hooks can be intercepted
64 #define INTERCEPT_WHEN_POSSIBLE(main_function, dll_function) \ macro
82 INTERCEPT_WHEN_POSSIBLE(#name, name)
84 // INTERCEPT_HOOKS must be used after the last INTERCEPT_WHEN_POSSIBLE.
95 INTERCEPT_WHEN_POSSIBLE(WRAPPER_NAME(name), name)
112 INTERCEPT_WHEN_POSSIBLE(#name, name);
120 INTERCEPT_WHEN_POSSIBLE(#name, name);
128 INTERCEPT_WHEN_POSSIBLE(#name, name);
136 INTERCEPT_WHEN_POSSIBLE(#name, name);
144 INTERCEPT_WHEN_POSSIBLE(#nam
[all...]

Completed in 57 milliseconds