Searched refs:handle_overflow (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/lib/ |
| D | ubsan.c | 168 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() function 199 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow() 206 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow() 213 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()
|
| /kernel/linux/linux-5.10/lib/ |
| D | ubsan.c | 166 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() function 196 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow() 203 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow() 210 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()
|