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) btfgen_find_cands() argument
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 8960 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 8969 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 9192 const struct btf *local_btf = ctx->btf; bpf_core_find_cands() local
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 5881 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, in bpf_core_resolve_relo() argument 5743 bpf_core_find_cands(struct bpf_object * obj,const struct btf * local_btf,__u32 local_type_id) bpf_core_find_cands() argument 5822 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 5828 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 [all...] |