Home
last modified time | relevance | path

Searched refs:BTF_TYPE_ARRAY_ENC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c114 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
125 BTF_TYPE_ARRAY_ENC(4, 1, 4), /* [6] */
162 BTF_TYPE_ARRAY_ENC(4, 1, 4),
184 BTF_TYPE_ARRAY_ENC(7, 1, 4),
243 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
283 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
436 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
473 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
510 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
547 BTF_TYPE_ARRAY_ENC(1, 1, 8), /* [4] */
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_btf.h26 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \ macro