Home
last modified time | relevance | path

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

/linux/tools/bpf/resolve_btfids/
H A Dmain.c166 u32 *decl_tags; member
893 u32 *arr = ctx->decl_tags; in push_decl_tag_id()
902 ctx->decl_tags = arr; in push_decl_tag_id()
905 ctx->decl_tags[ctx->nr_decl_tags++] = decl_tag_id; in push_decl_tag_id()
1006 t = btf__type_by_id(btf, ctx->decl_tags[i]); in collect_kfuncs()
1157 t = (struct btf_type *)btf__type_by_id(btf, ctx->decl_tags[i]); in process_kfunc_with_implicit_args()
1235 free(ctx.decl_tags); in btf2btf()