Searched defs:BTF_KIND_DECL_TAG (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c286 ASSERT_EQ(btf_kind(t), BTF_KIND_DECL_TAG, "tag_kind"); local
296 ASSERT_EQ(btf_kind(t), BTF_KIND_DECL_TAG, "tag_kind"); local
/linux-master/include/uapi/linux/
H A Dbtf.h77 BTF_KIND_DECL_TAG = 17, /* Decl Tag */ enumerator in enum:__anon3010
/linux-master/tools/include/uapi/linux/
H A Dbtf.h77 BTF_KIND_DECL_TAG = 17, /* Decl Tag */ enumerator in enum:__anon3518
/linux-master/tools/lib/bpf/
H A Dbtf.h316 #define BTF_KIND_DECL_TAG 17 /* Decl Tag */ macro

Completed in 309 milliseconds