Searched refs:BTF_VAR_ENC (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 292 BTF_VAR_ENC(NAME_TBD, 5, 0), /* [6] */ 314 BTF_VAR_ENC(NAME_TBD, 1, 0), /* [2] */ 336 BTF_VAR_ENC(NAME_TBD, 1, 2), /* [2] */ 358 BTF_VAR_ENC(NAME_TBD, 0, 0), /* [1] */ 383 BTF_VAR_ENC(NAME_TBD, 1, 0), /* [2] */ 408 BTF_VAR_ENC(NAME_TBD, 1, 0), /* [2] */ 445 BTF_VAR_ENC(NAME_TBD, 5, 0), /* [6] */ 482 BTF_VAR_ENC(NAME_TBD, 5, 0), /* [6] */ 519 BTF_VAR_ENC(NAME_TBD, 5, 0), /* [6] */ 556 BTF_VAR_ENC(NAME_TBD, 5, 0), /* [6] */ [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 36 #define BTF_VAR_ENC(name, type, linkage) \ macro
|