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

/linux-master/tools/lib/bpf/
H A Drelo_core.c911 const struct btf_type *orig_t, *new_t; local
913 orig_t = btf_type_by_id(local_spec->btf, res->orig_type_id);
930 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t))
932 if (btf_is_int(orig_t) && btf_is_int(new_t) &&
933 btf_int_encoding(orig_t) != BTF_INT_SIGNED &&

Completed in 72 milliseconds