Home
last modified time | relevance | path

Searched refs:ubsan_shift_desc (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/san/memory/
H A Dubsan.h64 struct ubsan_shift_desc { struct
165 struct ubsan_shift_desc *shift;
233 void __ubsan_handle_shift_out_of_bounds(struct ubsan_shift_desc *, uint64_t lhs, uint64_t rhs);
234 void __ubsan_handle_shift_out_of_bounds_abort(struct ubsan_shift_desc *, uint64_t lhs, uint64_t rhs…
H A Dubsan.c625 __ubsan_handle_shift_out_of_bounds(struct ubsan_shift_desc *desc, uint64_t lhs, uint64_t rhs) in __ubsan_handle_shift_out_of_bounds()
632 __ubsan_handle_shift_out_of_bounds_abort(struct ubsan_shift_desc *desc, uint64_t lhs, uint64_t rhs) in __ubsan_handle_shift_out_of_bounds_abort()