Searched refs:local_function (Results 1 – 1 of 1) sorted by relevance
49 #define INTERCEPT_LIBRARY_FUNCTION(local_function, sanitizer_export) \ argument50 extern "C" void local_function(); \51 static int intercept_##local_function() { \54 reinterpret_cast<__sanitizer::uptr>(local_function)); \57 ".INTR$M")) int (*__sanitizer_static_thunk_##local_function)() = \58 intercept_##local_function;71 #define REGISTER_WEAK_FUNCTION(local_function) \ argument72 extern "C" void local_function(); \73 extern "C" void WEAK_EXPORT_NAME(local_function)(); \74 WIN_WEAK_IMPORT_DEF(local_function) \[all …]