Home
last modified time | relevance | path

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

/linux/tools/bpf/resolve_btfids/
H A Dmain.c1113 s32 idx, new_proto_id, new_func_id, proto_id; in process_kfunc_with_implicit_args() local
1149 new_func_id = btf__add_func(btf, tmp_name, linkage, proto_id); in process_kfunc_with_implicit_args()
1150 if (new_func_id < 0) { in process_kfunc_with_implicit_args()
1152 return new_func_id; in process_kfunc_with_implicit_args()
1168 err = btf__add_decl_attr(btf, tag_name, new_func_id, idx); in process_kfunc_with_implicit_args()
1170 err = btf__add_decl_tag(btf, tag_name, new_func_id, idx); in process_kfunc_with_implicit_args()