Searched defs:local_btf (Results 1 – 4 of 4) sorted by relevance
| /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 | 5721 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) in bpf_core_find_cands() 5800 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 5806 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, in bpf_core_types_match() 5859 const struct btf *local_btf, in bpf_core_resolve_relo()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | core_reloc.c | 427 struct btf *local_btf = btf__parse(test->bpf_obj_file, NULL); in setup_type_id_case_local() local
|
| /tools/bpf/bpftool/ |
| D | gen.c | 2302 btfgen_find_cands(const struct btf *local_btf, const struct btf *targ_btf, __u32 local_id) in btfgen_find_cands()
|