Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libc/misc/
H A Dubsan.c332 void __ubsan_handle_vla_bound_not_positive(struct CVLABoundData *pData, unsigned long ulBound);
333 void __ubsan_handle_vla_bound_not_positive_abort(struct CVLABoundData *pData, unsigned long ulBound
342 …c void HandleVlaBoundNotPositive(bool isFatal, struct CVLABoundData *pData, unsigned long ulBound);
437 HandleVlaBoundNotPositive(bool isFatal, struct CVLABoundData *pData, unsigned long ulBound) in HandleVlaBoundNotPositive() argument
448 DeserializeNumber(szLocation, szBound, NUMBER_MAXLEN, pData->mType, ulBound); in HandleVlaBoundNotPositive()
1205 __ubsan_handle_vla_bound_not_positive(struct CVLABoundData *pData, unsigned long ulBound) in __ubsan_handle_vla_bound_not_positive() argument
1210 HandleVlaBoundNotPositive(false, pData, ulBound); in __ubsan_handle_vla_bound_not_positive()
1214 __ubsan_handle_vla_bound_not_positive_abort(struct CVLABoundData *pData, unsigned long ulBound) in __ubsan_handle_vla_bound_not_positive_abort() argument
1219 HandleVlaBoundNotPositive(true, pData, ulBound); in __ubsan_handle_vla_bound_not_positive_abort()