Home
last modified time | relevance | path

Searched defs:local_btf (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Drelo_core.c301 static int bpf_core_fields_are_compat(const struct btf *local_btf, in bpf_core_fields_are_compat()
371 static int bpf_core_match_member(const struct btf *local_btf, in bpf_core_match_member()
1149 const struct btf *local_btf, in bpf_core_apply_relo_insn()
Dlibbpf.c4946 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) in bpf_core_find_cands()
5022 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat()
5115 const struct btf *local_btf, in bpf_core_apply_relo()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c366 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); in setup_type_id_case_local() local