Home
last modified time | relevance | path

Searched refs:targ_btf (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Drelo_core.c154 targ_type = btf_type_by_id(targ_btf, targ_id); in __bpf_core_types_are_compat()
414 const struct btf *targ_btf, in bpf_core_fields_are_compat() argument
483 const struct btf *targ_btf, in bpf_core_match_member() argument
524 targ_btf, m->type, in bpf_core_match_member()
540 targ_btf, m->type); in bpf_core_match_member()
568 targ_spec->btf = targ_btf; in bpf_core_spec_match()
576 targ_btf, targ_id); in bpf_core_spec_match()
580 targ_btf, targ_id); in bpf_core_spec_match()
632 targ_btf, targ_id, in bpf_core_spec_match()
668 sz = btf__resolve_size(targ_btf, targ_id); in bpf_core_spec_match()
[all …]
H A Drelo_core.h72 const struct btf *targ_btf, __u32 targ_id, int level);
74 const struct btf *targ_btf, __u32 targ_id);
75 int __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf,
77 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf,
H A Dlibbpf_internal.h575 const struct btf *targ_btf,
H A Dlibbpf.c5457 const struct btf *targ_btf, in bpf_core_add_cands() argument
5471 n = btf__type_cnt(targ_btf); in bpf_core_add_cands()
5473 t = btf__type_by_id(targ_btf, i); in bpf_core_add_cands()
5477 targ_name = btf__name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
5498 cand->btf = targ_btf; in bpf_core_add_cands()
5684 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() argument
5686 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, 32); in bpf_core_types_are_compat()
5690 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_match() argument
5692 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, 32); in bpf_core_types_match()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c427 struct btf *targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_local() local
434 btf__free(targ_btf); in setup_type_id_case_local()
491 btf__free(targ_btf); in setup_type_id_case_local()
497 struct btf *targ_btf; in setup_type_id_case_success() local
504 targ_btf = btf__parse(test->btf_src_file, NULL); in setup_type_id_case_success()
506 exp->targ_struct = find_btf_type(targ_btf, "a_struct", BTF_KIND_STRUCT); in setup_type_id_case_success()
507 exp->targ_union = find_btf_type(targ_btf, "a_union", BTF_KIND_UNION); in setup_type_id_case_success()
508 exp->targ_enum = find_btf_type(targ_btf, "an_enum", BTF_KIND_ENUM); in setup_type_id_case_success()
509 exp->targ_int = find_btf_type(targ_btf, "int", BTF_KIND_INT); in setup_type_id_case_success()
512 exp->targ_arr_typedef = find_btf_type(targ_btf, "arr_typedef", BTF_KIND_TYPEDEF); in setup_type_id_case_success()
[all …]
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c1999 btfgen_find_cands(const struct btf *local_btf, const struct btf *targ_btf, __u32 local_id) in btfgen_find_cands() argument
2028 err = bpf_core_add_cands(&local_cand, local_essent_len, targ_btf, "vmlinux", 1, cands); in btfgen_find_cands()
/openbmc/linux/kernel/bpf/
H A Dbtf.c8089 const struct btf *targ_btf, __u32 targ_id) in bpf_core_types_are_compat() argument
8091 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, in bpf_core_types_are_compat()
8098 const struct btf *targ_btf, u32 targ_id) in bpf_core_types_match() argument
8100 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, in bpf_core_types_match()
8281 bpf_core_add_cands(struct bpf_cand_cache *cands, const struct btf *targ_btf, in bpf_core_add_cands() argument
8290 n = btf_nr_types(targ_btf); in bpf_core_add_cands()
8292 t = btf_type_by_id(targ_btf, i); in bpf_core_add_cands()
8296 targ_name = btf_name_by_offset(targ_btf, t->name_off); in bpf_core_add_cands()
8322 cands->cands[cands->cnt].btf = targ_btf; in bpf_core_add_cands()