Searched defs:btf2 (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c18 struct btf *btf1, *btf2; local
[all...]
H A Dbtf_dedup_split.c9 struct btf *btf1, *btf2; local
127 struct btf *btf1, *btf2; local
225 struct btf *btf1, *btf2; local
358 struct btf *btf1, *btf2 = NULL; local
[all...]
H A Dbtf_write.c406 struct btf *btf1 = NULL, *btf2 = NULL; local
/linux-master/include/linux/
H A Dbtf.h587 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) argument
/linux-master/tools/lib/bpf/
H A Dlinker.c1317 glob_sym_btf_matches(const char *sym_name, bool exact, const struct btf *btf1, __u32 id1, const struct btf *btf2, __u32 id2) argument
/linux-master/kernel/bpf/
H A Dbtf.c6730 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) argument
6893 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) argument
7004 btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, struct btf *btf2, const struct btf_type *t2) argument
[all...]

Completed in 154 milliseconds