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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c307 ASSERT_EQ(btf_kind(t), BTF_KIND_TYPE_TAG, "tag_kind"); local
/linux-master/include/uapi/linux/
H A Dbtf.h78 BTF_KIND_TYPE_TAG = 18, /* Type Tag */ enumerator in enum:__anon3010
/linux-master/tools/include/uapi/linux/
H A Dbtf.h78 BTF_KIND_TYPE_TAG = 18, /* Type Tag */ enumerator in enum:__anon3518
/linux-master/tools/lib/bpf/
H A Dbtf.h317 #define BTF_KIND_TYPE_TAG 18 /* Type Tag */ macro

Completed in 270 milliseconds