Home
last modified time | relevance | path

Searched refs:BTF_FUNC_ENC (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf.c2701 BTF_FUNC_ENC(NAME_TBD, 3), /* [4] */
2725 BTF_FUNC_ENC(0, 3), /* [4] */
2751 BTF_FUNC_ENC(NAME_TBD, 3), /* [4] */
2777 BTF_FUNC_ENC(NAME_TBD, 3), /* [4] */
2823 BTF_FUNC_ENC(NAME_TBD, 1), /* [2] */
3709 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3846 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3868 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3924 BTF_FUNC_ENC(NAME_TBD, 8), /* [3] */
5553 BTF_FUNC_ENC(NAME_TBD, 3), /* [5] */
[all …]
/linux-6.1.9/tools/testing/selftests/bpf/verifier/
Dbpf_loop_inline.c12 /* 6: main */ BTF_FUNC_ENC(20, 4), \
13 /* 7: callback */ BTF_FUNC_ENC(11, 5), \
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_btf.h69 #define BTF_FUNC_ENC(name, func_proto) \ macro