Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dresolve_btfids.c16 #define DECL_TAG_KFUNC "bpf_kfunc" macro
303 ASSERT_TRUE(btf_has_decl_tag(btf, DECL_TAG_KFUNC, in test_resolve_btfids()
/linux/tools/bpf/resolve_btfids/
H A Dmain.c176 #define DECL_TAG_KFUNC "bpf_kfunc" macro
1269 if (strcmp(tag_name, DECL_TAG_KFUNC) == 0) in process_kfunc_with_implicit_args()
1484 err = add_decl_tag(&ctx, DECL_TAG_KFUNC, kfunc->btf_id, -1); in btf2btf()