Searched refs:ulRHS (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_ubsan.c | 481 if (isNegativeNumber(szLocation, pData->mRHSType, ulRHS)) in HandleShiftOutOfBounds() 736 HandleOverflow(false, pData, ulLHS, ulRHS, PLUS_STRING); in __ubsan_handle_add_overflow() 745 HandleOverflow(true, pData, ulLHS, ulRHS, PLUS_STRING); in __ubsan_handle_add_overflow_abort() 808 HandleOverflow(false, pData, ulLHS, ulRHS, DIVREM_STRING); in __ubsan_handle_divrem_overflow() 817 HandleOverflow(true, pData, ulLHS, ulRHS, DIVREM_STRING); in __ubsan_handle_divrem_overflow_abort() 925 HandleOverflow(false, pData, ulLHS, ulRHS, MUL_STRING); in __ubsan_handle_mul_overflow() 934 HandleOverflow(true, pData, ulLHS, ulRHS, MUL_STRING); in __ubsan_handle_mul_overflow_abort() 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() 1091 HandleOverflow(false, pData, ulLHS, ulRHS, MINUS_STRING); in __ubsan_handle_sub_overflow() [all …]
|