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