Searched refs:orig_t (Results 1 – 1 of 1) sorted by relevance
5291 const struct btf_type *orig_t, *new_t; in bpf_core_calc_relo() local5293 orig_t = btf__type_by_id(local_spec->btf, res->orig_type_id); in bpf_core_calc_relo()5310 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()5312 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo()5313 btf_int_encoding(orig_t) != BTF_INT_SIGNED && in bpf_core_calc_relo()