• Home
  • Raw
  • Download

Lines Matching defs:data

171 static void handle_overflow(struct overflow_data *data, unsigned long lhs,  in handle_overflow()
198 void __ubsan_handle_add_overflow(struct overflow_data *data, in __ubsan_handle_add_overflow()
207 void __ubsan_handle_sub_overflow(struct overflow_data *data, in __ubsan_handle_sub_overflow()
215 void __ubsan_handle_mul_overflow(struct overflow_data *data, in __ubsan_handle_mul_overflow()
223 void __ubsan_handle_negate_overflow(struct overflow_data *data, in __ubsan_handle_negate_overflow()
244 void __ubsan_handle_divrem_overflow(struct overflow_data *data, in __ubsan_handle_divrem_overflow()
268 static void handle_null_ptr_deref(struct type_mismatch_data_common *data) in handle_null_ptr_deref()
284 static void handle_misaligned_access(struct type_mismatch_data_common *data, in handle_misaligned_access()
302 static void handle_object_size_mismatch(struct type_mismatch_data_common *data, in handle_object_size_mismatch()
318 static void ubsan_type_mismatch_common(struct type_mismatch_data_common *data, in ubsan_type_mismatch_common()
330 void __ubsan_handle_type_mismatch(struct type_mismatch_data *data, in __ubsan_handle_type_mismatch()
344 void __ubsan_handle_type_mismatch_v1(struct type_mismatch_data_v1 *data, in __ubsan_handle_type_mismatch_v1()
359 void __ubsan_handle_nonnull_return(struct nonnull_return_data *data) in __ubsan_handle_nonnull_return()
378 void __ubsan_handle_vla_bound_not_positive(struct vla_bound_data *data, in __ubsan_handle_vla_bound_not_positive()
396 void __ubsan_handle_out_of_bounds(struct out_of_bounds_data *data, in __ubsan_handle_out_of_bounds()
414 void __ubsan_handle_shift_out_of_bounds(struct shift_out_of_bounds_data *data, in __ubsan_handle_shift_out_of_bounds()
455 __ubsan_handle_builtin_unreachable(struct unreachable_data *data) in __ubsan_handle_builtin_unreachable()
466 void __ubsan_handle_load_invalid_value(struct invalid_value_data *data, in __ubsan_handle_load_invalid_value()