Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\ubsan.c Create Date:2022-07-28 07:22:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:val_to_string

Proto:static void val_to_string(char *str, size_t size, struct type_descriptor *type, void *value)

Type:void

Parameter:

TypeParameterName
char *str
size_tsize
struct type_descriptor *type
void *value
120  If type_is_int(type) Then
121  If type_bit_width(type) == 128 Then
131  WARN_ON(1)
133  Else if type_is_signed(type) Then
136  Else
Caller
NameDescribe
handle_overflow
__ubsan_handle_negate_overflow
__ubsan_handle_divrem_overflow
__ubsan_handle_out_of_bounds
__ubsan_handle_shift_out_of_bounds
__ubsan_handle_load_invalid_value