Symbol: BTF_KIND_DECL_TAG
kernel/bpf/btf.c
344
[BTF_KIND_DECL_TAG] = "DECL_TAG",
kernel/bpf/btf.c
516
return BTF_INFO_KIND(t->info) == BTF_KIND_DECL_TAG;
kernel/bpf/btf.c
5314
[BTF_KIND_DECL_TAG] = &decl_tag_ops,
tools/bpf/bpftool/btf.c
412
case BTF_KIND_DECL_TAG: {
tools/bpf/bpftool/btf.c
50
[BTF_KIND_DECL_TAG] = "DECL_TAG",
tools/bpf/bpftool/btf.c
620
case BTF_KIND_DECL_TAG:
tools/bpf/bpftool/btf.c
653
case BTF_KIND_DECL_TAG:
tools/bpf/bpftool/btf.c
711
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
3021
t->info = btf_type_info(BTF_KIND_DECL_TAG, 0, kflag);
tools/lib/bpf/btf.c
330
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
413
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
4317
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
4374
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
507
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
5127
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.c
800
case BTF_KIND_DECL_TAG:
tools/lib/bpf/btf.h
537
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
2449
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
8126
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)