Searched refs:BTF_FUNC_ENC (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 2701 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/ |
D | bpf_loop_inline.c | 12 /* 6: main */ BTF_FUNC_ENC(20, 4), \ 13 /* 7: callback */ BTF_FUNC_ENC(11, 5), \
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_btf.h | 69 #define BTF_FUNC_ENC(name, func_proto) \ macro
|