Searched defs:btf2 (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_distill.c | 16 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL; in test_distilled_base() local 300 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL; in test_distilled_base_multi() local 354 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL, *btf5 = NULL; in test_distilled_base_missing_err() local 408 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL; in test_distilled_base_multi_err() local 453 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL, *btf5 = NULL; in test_distilled_base_multi_err2() local 610 struct btf *btf1 = NULL, *btf2 = NULL, *btf3 = NULL, *btf4 = NULL, *btf5 = NULL; in test_distilled_base_embedded_err() local
|
H A D | btf_dedup_split.c | 9 struct btf *btf1, *btf2; in test_split_simple() local 127 struct btf *btf1, *btf2; test_split_fwd_resolve() local 225 struct btf *btf1, *btf2; test_split_struct_duped() local 358 struct btf *btf1, *btf2 = NULL; test_split_dup_struct_in_cu() local [all...] |
H A D | btf_split.c | 18 struct btf *btf1, *btf2; test_btf_split() local [all...] |
H A D | btf_write.c | 406 struct btf *btf1 = NULL, *btf2 = NULL; in test_btf_add_btf() local
|
/linux/tools/lib/bpf/ |
H A D | linker.c | 1485 const struct btf *btf2, __u32 id2) in glob_sym_btf_matches() argument
|
/linux/kernel/bpf/ |
H A D | btf.c | 7250 btf_types_are_same(const struct btf * btf1,u32 id1,const struct btf * btf2,u32 id2) btf_types_are_same() argument 7414 btf_check_func_type_match(struct bpf_verifier_log * log,struct btf * btf1,const struct btf_type * t1,struct btf * btf2,const struct btf_type * t2) btf_check_func_type_match() argument 7524 btf_check_type_match(struct bpf_verifier_log * log,const struct bpf_prog * prog,struct btf * btf2,const struct btf_type * t2) btf_check_type_match() argument [all...] |