Home
last modified time | relevance | path

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

/linux/tools/bpf/resolve_btfids/
H A Dmain.c164 struct btf2btf_context { struct
891 static int push_decl_tag_id(struct btf2btf_context *ctx, u32 decl_tag_id) in push_decl_tag_id()
910 static int push_kfunc(struct btf2btf_context *ctx, struct kfunc *kfunc) in push_kfunc()
929 static int collect_decl_tags(struct btf2btf_context *ctx) in collect_decl_tags()
992 static int collect_kfuncs(struct object *obj, struct btf2btf_context *ctx) in collect_kfuncs()
1041 static int build_btf2btf_context(struct object *obj, struct btf2btf_context *ctx) in build_btf2btf_context()
1111 static int process_kfunc_with_implicit_args(struct btf2btf_context *ctx, struct kfunc *kfunc) in process_kfunc_with_implicit_args()
1215 struct btf2btf_context ctx = {}; in btf2btf()