Searched refs:local_sgn (Results 1 – 1 of 1) sorted by relevance
1626 __u8 local_sgn; in __bpf_core_types_match() local1632 local_sgn = btf_int_encoding(local_t) & BTF_INT_SIGNED; in __bpf_core_types_match()1635 return local_t->size == targ_t->size && local_sgn == targ_sgn; in __bpf_core_types_match()