Searched refs:BTF_FUNC_PROTO_ENC (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 2418 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 …]
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | bpf_loop_inline.c | 7 /* 4: int __(void*) */ BTF_FUNC_PROTO_ENC(1, 1), \ 9 /* 5: int __(int, int*) */ BTF_FUNC_PROTO_ENC(1, 2), \
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 63 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ macro
|