Symbol: BTF_KIND_DECL_TAG
kernel/bpf/btf.c
345
[BTF_KIND_DECL_TAG] = "DECL_TAG",
kernel/bpf/btf.c
517
return BTF_INFO_KIND(t->info) == BTF_KIND_DECL_TAG;
kernel/bpf/btf.c
5366
[BTF_KIND_DECL_TAG] = &decl_tag_ops,
tools/bpf/bpftool/btf.c
408
case BTF_KIND_DECL_TAG: {
tools/bpf/bpftool/btf.c
51
[BTF_KIND_DECL_TAG] = "DECL_TAG",
tools/bpf/bpftool/btf.c
616
case BTF_KIND_DECL_TAG:
tools/bpf/bpftool/btf.c
649
case BTF_KIND_DECL_TAG:
tools/bpf/bpftool/btf.c
707
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
3307
t->info = btf_type_info(BTF_KIND_DECL_TAG, 0, kflag);
tools/lib/bpf/btf.c
4604
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
4661
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
487
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
5414
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
569
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
57
[BTF_KIND_DECL_TAG] = { sizeof(struct btf_decl_tag), 0, 0 },
tools/lib/bpf/btf.c
662
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
959
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.h
557
return btf_kind(t) == BTF_KIND_DECL_TAG;
tools/lib/bpf/btf_dump.c
2527
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf_dump.c
340
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf_dump.c
611
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf_iter.c
42
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf_iter.c
94
case BTF_KIND_DECL_TAG:
tools/lib/bpf/libbpf.c
2454
case BTF_KIND_DECL_TAG: return "decl_tag";
tools/lib/bpf/libbpf_internal.h
93
BTF_TYPE_ENC(value, BTF_INFO_ENC(BTF_KIND_DECL_TAG, 0, 0), type), (component_idx)
tools/testing/selftests/bpf/btf_helpers.c
202
case BTF_KIND_DECL_TAG:
tools/testing/selftests/bpf/btf_helpers.c
27
[BTF_KIND_DECL_TAG] = "DECL_TAG",
tools/testing/selftests/bpf/prog_tests/btf.c
3854
BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DECL_TAG, 0, 1), 2), (0),
tools/testing/selftests/bpf/prog_tests/btf.c
4029
BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DECL_TAG, 0, 0), 2), (-1), /* [3] */
tools/testing/selftests/bpf/prog_tests/btf.c
4040
BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DECL_TAG, 0, 0), 4), (-1), /* [1] */
tools/testing/selftests/bpf/prog_tests/btf.c
8155
case BTF_KIND_DECL_TAG:
tools/testing/selftests/bpf/prog_tests/btf_write.c
286
ASSERT_EQ(btf_kind(t), BTF_KIND_DECL_TAG, "tag_kind");
tools/testing/selftests/bpf/prog_tests/btf_write.c
296
ASSERT_EQ(btf_kind(t), BTF_KIND_DECL_TAG, "tag_kind");
tools/testing/selftests/bpf/test_btf.h
76
BTF_TYPE_ENC(value, BTF_INFO_ENC(BTF_KIND_DECL_TAG, 1, 0), type), (component_idx)
tools/testing/selftests/bpf/test_btf.h
79
BTF_TYPE_ENC(value, BTF_INFO_ENC(BTF_KIND_DECL_TAG, 0, 0), type), (component_idx)