Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
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] */
3797 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3934 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
3956 BTF_FUNC_ENC(NAME_TBD, 2), /* [3] */
4012 BTF_FUNC_ENC(NAME_TBD, 8), /* [3] */
5694 BTF_FUNC_ENC(NAME_TBD, 3), /* [5] */
[all …]
Dcore_reloc_raw.c42 BTF_FUNC_ENC(8, 3) /* [4] FUNC 'foo' type_id=2 */ in test_bad_local_id()
/linux-6.12.1/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.12.1/tools/testing/selftests/bpf/
Dtest_btf.h69 #define BTF_FUNC_ENC(name, func_proto) \ macro