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.c195 struct btf2btf_context { struct
990 static int push_decl_tag_id(struct btf2btf_context *ctx, u32 decl_tag_id) in push_decl_tag_id()
1000 static int push_kfunc(struct btf2btf_context *ctx, struct kfunc *kfunc) in push_kfunc()
1053 static int collect_decl_tags(struct btf2btf_context *ctx) in collect_decl_tags()
1088 static int collect_kfuncs(struct object *obj, struct btf2btf_context *ctx) in collect_kfuncs()
1147 static int build_btf2btf_context(struct object *obj, struct btf2btf_context *ctx) in build_btf2btf_context()
1218 static int process_kfunc_with_implicit_args(struct btf2btf_context *ctx, struct kfunc *kfunc) in process_kfunc_with_implicit_args()
1440 static int process_kfunc_with_arena_attrs(struct btf2btf_context *ctx, in process_kfunc_with_arena_attrs()
1456 static int add_decl_tag(struct btf2btf_context *ctx, const char *tag_name, in add_decl_tag()
1473 struct btf2btf_context ctx = {}; in btf2btf()