| H A D | libbpf.c | 5903 bpf_core_find_cands(struct bpf_object *obj, const struct btf *local_btf, __u32 local_type_id) in bpf_core_find_cands() 5913 local_cand.btf = local_btf; 5915 local_t = btf__type_by_id(local_btf, local_type_id); 5919 local_name = btf__name_by_offset(local_btf, local_t->name_off); 5982 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, 5985 return __bpf_core_types_are_compat(local_btf, local_id, targ_btf, targ_id, 32); in bpf_core_resolve_relo() 5988 int bpf_core_types_match(const struct btf *local_btf, __u32 local_id, in bpf_core_resolve_relo() 5991 return __bpf_core_types_match(local_btf, local_id, targ_btf, targ_id, false, 32); in bpf_core_resolve_relo() 6041 const struct btf *local_btf, in bpf_object__relocate_core() 6053 local_type = btf__type_by_id(local_btf, local_i in bpf_object__relocate_core() 5848 bpf_core_find_cands(struct bpf_object * obj,const struct btf * local_btf,__u32 local_type_id) bpf_core_find_cands() argument 5927 bpf_core_types_are_compat(const struct btf * local_btf,__u32 local_id,const struct btf * targ_btf,__u32 targ_id) bpf_core_types_are_compat() argument 5933 bpf_core_types_match(const struct btf * local_btf,__u32 local_id,const struct btf * targ_btf,__u32 targ_id) bpf_core_types_match() argument 5986 bpf_core_resolve_relo(struct bpf_program * prog,const struct bpf_core_relo * relo,int relo_idx,const struct btf * local_btf,struct hashmap * cand_cache,struct bpf_core_relo_res * targ_res) bpf_core_resolve_relo() argument [all...] |