Home
last modified time | relevance | path

Searched refs:__ubsan_handle_out_of_bounds (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_interface.inc47 INTERFACE_FUNCTION(__ubsan_handle_out_of_bounds)
H A Dubsan_handlers.cpp396 void __ubsan::__ubsan_handle_out_of_bounds(OutOfBoundsData *Data, in __ubsan_handle_out_of_bounds() function in __ubsan
/freebsd/sys/kern/
H A Dkern_ubsan.c314 void __ubsan_handle_out_of_bounds(struct COutOfBoundsData *pData, unsigned long ulIndex);
1031 __ubsan_handle_out_of_bounds(struct COutOfBoundsData *pData, unsigned long ulIndex) in __ubsan_handle_out_of_bounds() function