Searched defs:local_btf (Results 1 – 2 of 2) sorted by relevance
/third_party/libbpf/src/ |
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 | 5865 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) 5944 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, 5950 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, 6003 const struct btf *local_btf,
|