Home
last modified time | relevance | path

Searched refs:OVERRIDE_FUNCTION_MAC (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/interception/
Dinterception_mac.h41 # define OVERRIDE_FUNCTION_MAC(old_func, new_func) \ macro
46 # define INTERCEPT_FUNCTION_MAC(func) OVERRIDE_FUNCTION_MAC(func, WRAP(func))
Dinterception.h188 OVERRIDE_FUNCTION_MAC(old_func, new_func)