Searched refs:new_func (Results 1 – 5 of 5) sorted by relevance
65 struct func_node *new_func, *func; in cfg_append_func() local75 new_func = calloc(1, sizeof(*new_func)); in cfg_append_func()76 if (!new_func) { in cfg_append_func()80 new_func->start = insn; in cfg_append_func()81 new_func->idx = cfg->func_num; in cfg_append_func()82 list_add(&new_func->l, &func->l); in cfg_append_func()85 return new_func; in cfg_append_func()
21 .new_func = livepatch_cmdline_proc_show,
25 .new_func = livepatch_meminfo_proc_show,
65 .new_func = lp_sys_getpid,
67 .new_func = patched_work_func,
Completed in 8 milliseconds