Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/kprobes/
Dcommon.h82 extern void synthesize_relcall(void *from, void *to);
Dcore.c136 void synthesize_relcall(void *from, void *to) in synthesize_relcall() function
140 NOKPROBE_SYMBOL(synthesize_relcall);
Dopt.c368 synthesize_relcall(buf + TMPL_CALL_IDX, optimized_callback); in arch_prepare_optimized_kprobe()