Searched refs:BTF_UNION_ENC (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_btf.h | 33 #define BTF_UNION_ENC(name, nr_elems, sz) \ macro
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 3754 BTF_UNION_ENC(NAME_TBD, 2, 4), /* [2] */ 7155 BTF_UNION_ENC(NAME_TBD, 1, 4), /* [6] union */ 7188 BTF_UNION_ENC(NAME_TBD, 1, 4), /* [6] union */ 7890 BTF_UNION_ENC(NAME_NTH(1), 1, 4), /* [1] */ 7903 BTF_UNION_ENC(NAME_NTH(1), 1, 4), /* [1] */
|