Searched refs:orig_t (Results 1 – 1 of 1) sorted by relevance
911 const struct btf_type *orig_t, *new_t; in bpf_core_calc_relo() local913 orig_t = btf_type_by_id(local_spec->btf, res->orig_type_id); in bpf_core_calc_relo()930 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()932 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo()933 btf_int_encoding(orig_t) != BTF_INT_SIGNED && in bpf_core_calc_relo()