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:get_unsigned_val

Proto:static u_max get_unsigned_val(struct type_descriptor *type, void *val)

Type:u_max

Parameter:

TypeParameterName
struct type_descriptor *type
void *val
108  If is_inline_int(type) Then Return val
111  If type_bit_width(type) == 64 Then Return val
114  Return val
Caller
NameDescribe
val_to_string
__ubsan_handle_shift_out_of_bounds