Searched defs:local_btf (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/lib/bpf/ |
D | relo_core.c | 146 int __bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in __bpf_core_types_are_compat() 412 static int bpf_core_fields_are_compat(const struct btf *local_btf, in bpf_core_fields_are_compat() 481 static int bpf_core_match_member(const struct btf *local_btf, in bpf_core_match_member() 1283 const struct btf *local_btf, in bpf_core_calc_relo_insn() 1422 static bool bpf_core_names_match(const struct btf *local_btf, size_t local_name_off, in bpf_core_names_match() 1440 static int bpf_core_enums_match(const struct btf *local_btf, const struct btf_type *local_t, in bpf_core_enums_match() 1479 static int bpf_core_composites_match(const struct btf *local_btf, const struct btf_type *local_t, in bpf_core_composites_match() 1544 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, in __bpf_core_types_match()
|
D | libbpf.c | 5465 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) in bpf_core_find_cands() 5544 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 5550 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, in bpf_core_types_match() 5608 const struct btf *local_btf, in bpf_core_resolve_relo()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | core_reloc.c | 426 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); in setup_type_id_case_local() local
|
/linux-6.1.9/tools/bpf/bpftool/ |
D | gen.c | 2003 btfgen_find_cands(const struct btf *local_btf, const struct btf *targ_btf, __u32 local_id) in btfgen_find_cands()
|
/linux-6.1.9/kernel/bpf/ |
D | btf.c | 7639 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 7648 int bpf_core_types_match(const struct btf *local_btf, u32 local_id, in bpf_core_types_match() 7884 const struct btf *local_btf = ctx->btf; in bpf_core_find_cands() local
|