Home
last modified time | relevance | path

Searched refs:GEN_HOOK_FUNC (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/funchook/
H A Ddfx_exit_hook.c106 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 Ddfx_signal_hook.c186 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 Ddfx_hook_utils.h18 #define GEN_HOOK_FUNC(GenFuncName, RealHookFunc, FuncName, RealFuncName) \ macro