Searched refs:BTF_PTR_ENC (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 2488 BTF_PTR_ENC(6), /* [5] */ 2535 BTF_PTR_ENC(0), /* [4] */ 3412 BTF_PTR_ENC(3), /* [2] */ 3438 BTF_PTR_ENC(3), /* [2] */ 3469 BTF_PTR_ENC(3), /* [2] */ 3956 BTF_PTR_ENC(2), /* [3] */ 4048 BTF_PTR_ENC(2), /* [1] */ 4052 BTF_PTR_ENC(6), /* [5] */ 6856 BTF_PTR_ENC(3), /* [4] */ 6858 BTF_PTR_ENC(6), /* [5] */ [all …]
|
/linux-6.1.9/tools/testing/selftests/bpf/verifier/ |
D | bpf_loop_inline.c | 5 /* 2: int* */ BTF_PTR_ENC(1), \ 6 /* 3: void* */ BTF_PTR_ENC(0), \
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_btf.h | 51 #define BTF_PTR_ENC(type) \ macro
|
D | test_verifier.c | 733 BTF_PTR_ENC(8), /* [11] */ 734 BTF_PTR_ENC(9), /* [12] */ 735 BTF_PTR_ENC(10), /* [13] */
|