Lines Matching defs:data

166 static void handle_overflow(struct overflow_data *data, unsigned long lhs,  in handle_overflow()
193 void __ubsan_handle_add_overflow(struct overflow_data *data, in __ubsan_handle_add_overflow()
202 void __ubsan_handle_sub_overflow(struct overflow_data *data, in __ubsan_handle_sub_overflow()
210 void __ubsan_handle_mul_overflow(struct overflow_data *data, in __ubsan_handle_mul_overflow()
218 void __ubsan_handle_negate_overflow(struct overflow_data *data, in __ubsan_handle_negate_overflow()
239 void __ubsan_handle_divrem_overflow(struct overflow_data *data, in __ubsan_handle_divrem_overflow()
263 static void handle_null_ptr_deref(struct type_mismatch_data_common *data) in handle_null_ptr_deref()
279 static void handle_misaligned_access(struct type_mismatch_data_common *data, in handle_misaligned_access()
297 static void handle_object_size_mismatch(struct type_mismatch_data_common *data, in handle_object_size_mismatch()
313 static void ubsan_type_mismatch_common(struct type_mismatch_data_common *data, in ubsan_type_mismatch_common()
325 void __ubsan_handle_type_mismatch(struct type_mismatch_data *data, in __ubsan_handle_type_mismatch()
339 void __ubsan_handle_type_mismatch_v1(struct type_mismatch_data_v1 *data, in __ubsan_handle_type_mismatch_v1()
354 void __ubsan_handle_vla_bound_not_positive(struct vla_bound_data *data, in __ubsan_handle_vla_bound_not_positive()
372 void __ubsan_handle_out_of_bounds(struct out_of_bounds_data *data, in __ubsan_handle_out_of_bounds()
390 void __ubsan_handle_shift_out_of_bounds(struct shift_out_of_bounds_data *data, in __ubsan_handle_shift_out_of_bounds()
431 __ubsan_handle_builtin_unreachable(struct unreachable_data *data) in __ubsan_handle_builtin_unreachable()
442 void __ubsan_handle_load_invalid_value(struct invalid_value_data *data, in __ubsan_handle_load_invalid_value()