Searched defs:targ_btf (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/lib/bpf/ |
D | relo_core.c | 147 const struct btf *targ_btf, __u32 targ_id, int level) in __bpf_core_types_are_compat() 414 const struct btf *targ_btf, in bpf_core_fields_are_compat() 483 const struct btf *targ_btf, in bpf_core_match_member() 558 const struct btf *targ_btf, __u32 targ_id, in bpf_core_spec_match() 1423 const struct btf *targ_btf, size_t targ_name_off) in bpf_core_names_match() 1441 const struct btf *targ_btf, const struct btf_type *targ_t) in bpf_core_enums_match() 1480 const struct btf *targ_btf, const struct btf_type *targ_t, in bpf_core_composites_match() 1544 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, in __bpf_core_types_match()
|
D | libbpf.c | 5310 const struct btf *targ_btf, in bpf_core_add_cands() 5533 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() 5539 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_match()
|
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 427 struct btf *targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_local() local 497 struct btf *targ_btf; in setup_type_id_case_success() local
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | gen.c | 2003 btfgen_find_cands(const struct btf *local_btf, const struct btf *targ_btf, __u32 local_id) in btfgen_find_cands()
|
/Linux-v6.1/kernel/bpf/ |
D | btf.c | 7635 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() 7644 const struct btf *targ_btf, u32 targ_id) in bpf_core_types_match() 7827 bpf_core_add_cands(struct bpf_cand_cache *cands, const struct btf *targ_btf, in bpf_core_add_cands()
|