Searched refs:ubsan_handle_error (Results 1 – 1 of 1) sorted by relevance
| /optee_os/lib/libutils/ext/ |
| H A D | ubsan.c | 140 static void ubsan_handle_error(const char *func, struct source_location *loc, in ubsan_handle_error() function 162 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_type_mismatch() 169 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_type_mismatch_v1() 177 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_add_overflow() 185 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_sub_overflow() 193 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_mul_overflow() 200 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_negate_overflow() 208 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_divrem_overflow() 216 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_pointer_overflow() 224 ubsan_handle_error(__func__, &data->loc, should_panic); in __ubsan_handle_shift_out_of_bounds() [all …]
|