Searched defs:local_btf (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | relo_core.c | 145 int __bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in __bpf_core_types_are_compat() 413 static int bpf_core_fields_are_compat(const struct btf *local_btf, in bpf_core_fields_are_compat() 482 static int bpf_core_match_member(const struct btf *local_btf, in bpf_core_match_member() 1300 const struct btf *local_btf, in bpf_core_calc_relo_insn() 1439 static bool bpf_core_names_match(const struct btf *local_btf, size_t local_name_off, in bpf_core_names_match() 1457 static int bpf_core_enums_match(const struct btf *local_btf, const struct btf_type *local_t, in bpf_core_enums_match() 1496 static int bpf_core_composites_match(const struct btf *local_btf, const struct btf_type *local_t, in bpf_core_composites_match() 1561 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, in __bpf_core_types_match()
|
| H A D | libbpf.c | 5952 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) in bpf_core_find_cands() 6031 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 6037 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, in bpf_core_types_match() 6090 const struct btf *local_btf, in bpf_core_resolve_relo()
|
| /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 | 2395 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 | 9415 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 9424 int bpf_core_types_match(const struct btf *local_btf, u32 local_id, in bpf_core_types_match() 9647 const struct btf *local_btf = ctx->btf; in bpf_core_find_cands() local
|