Searched defs:targ_btf (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | core_reloc.c | 428 struct btf *targ_btf = btf__parse(test->btf_src_file, NULL); setup_type_id_case_local() local 498 struct btf *targ_btf; setup_type_id_case_success() local [all...] |
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 2302 btfgen_find_cands(const struct btf *local_btf, const struct btf *targ_btf, __u32 local_id) in btfgen_find_cands() argument
|
/linux/kernel/bpf/ |
H A D | btf.c | 8905 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, in bpf_core_types_are_compat() argument 8914 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, in bpf_core_types_match() argument 9084 bpf_core_add_cands(struct bpf_cand_cache * cands,const struct btf * targ_btf,int targ_start_id) bpf_core_add_cands() argument
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 5585 const struct btf *targ_btf, in bpf_core_add_cands() 5812 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() 5818 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_match()
|