Searched refs:RealHookFunc (Results 1 – 1 of 1) sorted by relevance
18 #define GEN_HOOK_FUNC(GenFuncName, RealHookFunc, FuncName, RealFuncName) \ argument21 RealFuncName = ((RealHookFunc)dlsym(RTLD_NEXT, FuncName)); \26 RealFuncName = (RealHookFunc)dlsym(RTLD_DEFAULT, FuncName); \