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); in setup_type_id_case_local() local
|
/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()
|
/linux/kernel/bpf/ |
H A D | btf.c | 8801 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 8810 int bpf_core_types_match(const struct btf *local_btf, u32 local_id, in bpf_core_types_match() 9033 const struct btf *local_btf = ctx->btf; in bpf_core_find_cands() local
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 5719 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) in bpf_core_find_cands() 5798 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 5804 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, in bpf_core_types_match() 5857 const struct btf *local_btf, in bpf_core_resolve_relo()
|