Searched defs:local_btf (Results 1 – 3 of 3) sorted by relevance
301 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()
4946 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()
366 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); in setup_type_id_case_local() local