Searched refs:HandleShiftOutOfBounds (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_ubsan.c | 337 static void HandleShiftOutOfBounds(bool isFatal, struct CShiftOutOfBoundsData *pData, unsigned long… 466 HandleShiftOutOfBounds(bool isFatal, struct CShiftOutOfBoundsData *pData, unsigned long ulLHS, unsi… in HandleShiftOutOfBounds() function 1073 HandleShiftOutOfBounds(false, pData, ulLHS, ulRHS); in __ubsan_handle_shift_out_of_bounds() 1082 HandleShiftOutOfBounds(true, pData, ulLHS, ulRHS); in __ubsan_handle_shift_out_of_bounds_abort()
|