Searched defs:local_btf (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_reloc.c | 427 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); setup_type_id_case_local() local [all...] |
| /linux/kernel/bpf/ |
| H A D | btf.c | 9179 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 9188 int bpf_core_types_match(const struct btf *local_btf, u32 local_id, in bpf_core_types_match() 9411 const struct btf *local_btf = ctx->btf; in bpf_core_find_cands() local
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 5848 bpf_core_find_cands(struct bpf_object * obj,const struct btf * local_btf,__u32 local_type_id) bpf_core_find_cands() argument 5927 bpf_core_types_are_compat(const struct btf * local_btf,__u32 local_id,const struct btf * targ_btf,__u32 targ_id) bpf_core_types_are_compat() argument 5933 bpf_core_types_match(const struct btf * local_btf,__u32 local_id,const struct btf * targ_btf,__u32 targ_id) bpf_core_types_match() argument 5986 bpf_core_resolve_relo(struct bpf_program * prog,const struct bpf_core_relo * relo,int relo_idx,const struct btf * local_btf,struct hashmap * cand_cache,struct bpf_core_relo_res * targ_res) bpf_core_resolve_relo() argument [all...] |