Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbtf.c2418 BTF_FUNC_PROTO_ENC(1, 2), /* [3] */
2440 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */
2463 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */
2488 BTF_FUNC_PROTO_ENC(0, 3), /* [3] */
2517 BTF_FUNC_PROTO_ENC(0, 2), /* [6] */
2539 BTF_FUNC_PROTO_ENC(0, 2), /* [4] */
2560 BTF_FUNC_PROTO_ENC(0, 1), /* [2] */
2583 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */
2605 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */
2629 BTF_FUNC_PROTO_ENC(0, 2), /* [3] */
[all …]
Dcore_reloc_raw.c40 BTF_FUNC_PROTO_ENC(2, 1), /* [3] int (*)(void*) */ in test_bad_local_id()
/linux-6.12.1/tools/testing/selftests/bpf/verifier/
Dbpf_loop_inline.c7 /* 4: int __(void*) */ BTF_FUNC_PROTO_ENC(1, 1), \
9 /* 5: int __(int, int*) */ BTF_FUNC_PROTO_ENC(1, 2), \
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_btf.h63 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ macro