Searched refs:GEN_HOOK_FUNC (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/ |
H A D | dfx_exit_hook.c | 106 GEN_HOOK_FUNC(StartHookKillFunction, KillFunc, "kill", g_hookedKill) 107 GEN_HOOK_FUNC(StartHookExitFunction, ExitFunc, "exit", g_hookedExit) 108 GEN_HOOK_FUNC(StartHookExitExFunction, ExitFunc, "_exit", g_hookedExitEx)
|
H A D | dfx_signal_hook.c | 186 GEN_HOOK_FUNC(StartHookSigactionFunction, SigactionFunc, "sigaction", g_hookedSigaction) 187 GEN_HOOK_FUNC(StartHookSignalFunction, SignalFunc, "signal", g_hookedSignal) 188 GEN_HOOK_FUNC(StartHookSigprocmaskFunction, SigprocmaskFunc, "sigprocmask", g_hookedSigprocmask) 189 GEN_HOOK_FUNC(StartHookPthreadSigmaskFunction, PthreadSigmaskFunc, "pthread_sigmask", g_hookedPthre…
|
H A D | dfx_hook_utils.h | 18 #define GEN_HOOK_FUNC(GenFuncName, RealHookFunc, FuncName, RealFuncName) \ macro
|