Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c2729 BTF_FUNC_ENC(NAME_TBD, 3), /* [4] */
2753 BTF_FUNC_ENC(0, 3), /* [4] */
2779 BTF_FUNC_ENC(NAME_TBD, 3), /* [4] */
2805 BTF_FUNC_ENC(NAME_TBD, 3), /* [4] */
2851 BTF_FUNC_ENC(NAME_TBD, 1), /* [2] */
3737 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3874 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3896 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3952 BTF_FUNC_ENC(NAME_TBD, 8), /* [3] */
5631 BTF_FUNC_ENC(NAME_TBD, 3), /* [5] */
[all …]
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Dbpf_loop_inline.c12 /* 6: main */ BTF_FUNC_ENC(20, 4), \
13 /* 7: callback */ BTF_FUNC_ENC(11, 5), \
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_btf.h69 #define BTF_FUNC_ENC(name, func_proto) \ macro