Symbol: CTypeDescriptor
sys/kern/kern_ubsan.c
1289
zDeserializeTypeWidth(struct CTypeDescriptor *pType)
sys/kern/kern_ubsan.c
1325
DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128)
sys/kern/kern_ubsan.c
1347
DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L)
sys/kern/kern_ubsan.c
1374
DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L)
sys/kern/kern_ubsan.c
1402
DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber)
sys/kern/kern_ubsan.c
1439
DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
1474
llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
1517
llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
1557
DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
159
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
1593
DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
1681
isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber)
sys/kern/kern_ubsan.c
169
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
1695
isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth)
sys/kern/kern_ubsan.c
174
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
181
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
191
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
206
struct CTypeDescriptor *mArrayType;
sys/kern/kern_ubsan.c
207
struct CTypeDescriptor *mIndexType;
sys/kern/kern_ubsan.c
216
struct CTypeDescriptor *mLHSType;
sys/kern/kern_ubsan.c
217
struct CTypeDescriptor *mRHSType;
sys/kern/kern_ubsan.c
222
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
229
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
236
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
241
struct CTypeDescriptor *mFromType;
sys/kern/kern_ubsan.c
242
struct CTypeDescriptor *mToType;
sys/kern/kern_ubsan.c
248
struct CTypeDescriptor *mType;
sys/kern/kern_ubsan.c
254
static size_t zDeserializeTypeWidth(struct CTypeDescriptor *pType);
sys/kern/kern_ubsan.c
257
static void DeserializeUINT128(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, __uint128_t U128);
sys/kern/kern_ubsan.c
259
static void DeserializeNumberSigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, longest L);
sys/kern/kern_ubsan.c
260
static void DeserializeNumberUnsigned(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, ulongest L);
sys/kern/kern_ubsan.c
262
static void DeserializeFloatOverPointer(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long *pNumber);
sys/kern/kern_ubsan.c
263
static void DeserializeFloatInlined(char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
265
static longest llliGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
266
static ulongest llluGetNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
268
static void DeserializeNumberFloat(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
270
static void DeserializeNumber(char *szLocation, char *pBuffer, size_t zBUfferLength, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
274
static bool isNegativeNumber(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber);
sys/kern/kern_ubsan.c
275
static bool isShiftExponentTooLarge(char *szLocation, struct CTypeDescriptor *pType, unsigned long ulNumber, size_t zWidth);
sys/kern/kern_ubsan.c
333
static void HandleTypeMismatch(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLogAlignment, uint8_t mTypeCheckKind, unsigned long ulPointer);
sys/kern/kern_ubsan.c
404
HandleTypeMismatch(bool isFatal, struct CSourceLocation *mLocation, struct CTypeDescriptor *mType, unsigned long mLogAlignment, uint8_t mTypeCheckKind, unsigned long ulPointer)