Home
last modified time | relevance | path

Searched refs:targ_btf (Results 1 - 4 of 4) sorted by relevance

/third_party/libbpf/src/
H A Drelo_core.c147 const struct btf *targ_btf, __u32 targ_id, int level) in __bpf_core_types_are_compat()
154 targ_type = btf_type_by_id(targ_btf, targ_id); in __bpf_core_types_are_compat()
164 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in __bpf_core_types_are_compat()
207 skip_mods_and_typedefs(targ_btf, targ_p->type, &targ_id); in __bpf_core_types_are_compat()
208 err = __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, in __bpf_core_types_are_compat()
216 skip_mods_and_typedefs(targ_btf, targ_type->type, &targ_id); in __bpf_core_types_are_compat()
414 const struct btf *targ_btf, in bpf_core_fields_are_compat()
421 targ_type = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in bpf_core_fields_are_compat()
442 targ_name = btf__name_by_offset(targ_btf, targ_type->name_off); in bpf_core_fields_are_compat()
483 const struct btf *targ_btf, in bpf_core_match_member()
146 __bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, __u32 targ_id, int level) __bpf_core_types_are_compat() argument
412 bpf_core_fields_are_compat(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, __u32 targ_id) bpf_core_fields_are_compat() argument
481 bpf_core_match_member(const struct btf *local_btf, const struct bpf_core_accessor *local_acc, const struct btf *targ_btf, __u32 targ_id, struct bpf_core_spec *spec, __u32 *next_targ_id) bpf_core_match_member() argument
557 bpf_core_spec_match(struct bpf_core_spec *local_spec, const struct btf *targ_btf, __u32 targ_id, struct bpf_core_spec *targ_spec) bpf_core_spec_match() argument
1422 bpf_core_names_match(const struct btf *local_btf, size_t local_name_off, const struct btf *targ_btf, size_t targ_name_off) bpf_core_names_match() argument
1440 bpf_core_enums_match(const struct btf *local_btf, const struct btf_type *local_t, const struct btf *targ_btf, const struct btf_type *targ_t) bpf_core_enums_match() argument
1479 bpf_core_composites_match(const struct btf *local_btf, const struct btf_type *local_t, const struct btf *targ_btf, const struct btf_type *targ_t, bool behind_ptr, int level) bpf_core_composites_match() argument
1544 __bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, __u32 targ_id, bool behind_ptr, int level) __bpf_core_types_match() argument
[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.h633 const struct btf *targ_btf,
H A Dlibbpf.c5860 const struct btf *targ_btf,
5874 n = btf__type_cnt(targ_btf);
5876 t = btf__type_by_id(targ_btf, i);
5880 targ_name = btf__name_by_offset(targ_btf, t->name_off);
5901 cand->btf = targ_btf;
6087 const struct btf *targ_btf, __u32 targ_id)
6089 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, 32);
6093 const struct btf *targ_btf, __u32 targ_id)
6095 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, 32);
5858 bpf_core_add_cands(struct bpf_core_cand *local_cand, size_t local_essent_len, const struct btf *targ_btf, const char *targ_btf_name, int targ_start_id, struct bpf_core_cand_list *cands) global() argument
6086 bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, __u32 targ_id) global() argument
6092 bpf_core_types_match(const struct btf *local_btf, __u32 local_id, const struct btf *targ_btf, __u32 targ_id) global() argument

Completed in 20 milliseconds