/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
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; in test_btf_split() local [all...] |
H A D | btf_write.c | 406 struct btf *btf1 = NULL, *btf2 = NULL; in test_btf_add_btf() local
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | btf.h | 557 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) btf_types_are_same() argument
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 1298 glob_sym_btf_matches(const char *sym_name, bool exact, const struct btf *btf1, __u32 id1, const struct btf *btf2, __u32 id2) glob_sym_btf_matches() argument
|
/third_party/libbpf/src/ |
H A D | linker.c | 1298 glob_sym_btf_matches(const char *sym_name, bool exact, const struct btf *btf1, __u32 id1, const struct btf *btf2, __u32 id2) glob_sym_btf_matches() argument
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 5008 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 5119 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...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | btf.c | 6464 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) btf_types_are_same() argument 6627 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 6738 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...] |