Searched defs:local_btf (Results 1 – 4 of 4) 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/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 | 8904 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 8913 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 9136 const struct btf *local_btf = ctx->btf; bpf_core_find_cands() local
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 5732 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) in bpf_core_find_cands() 5811 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 5817 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, in bpf_core_types_match() 5870 const struct btf *local_btf, in bpf_core_resolve_relo()
|