Searched refs:BTF_DECL_TAG_ENC (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 3676 BTF_DECL_TAG_ENC(NAME_TBD, 2, -1), 3677 BTF_DECL_TAG_ENC(NAME_TBD, 2, 0), 3678 BTF_DECL_TAG_ENC(NAME_TBD, 2, 1), 3697 BTF_DECL_TAG_ENC(NAME_TBD, 2, -1), 3698 BTF_DECL_TAG_ENC(NAME_TBD, 2, 0), 3699 BTF_DECL_TAG_ENC(NAME_TBD, 2, 1), 3717 BTF_DECL_TAG_ENC(NAME_TBD, 2, -1), 3718 BTF_DECL_TAG_ENC(NAME_TBD, 3, -1), 3738 BTF_DECL_TAG_ENC(NAME_TBD, 3, -1), 3739 BTF_DECL_TAG_ENC(NAME_TBD, 3, 0), [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 75 #define BTF_DECL_TAG_ENC(value, type, component_idx) \ macro
|