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