函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\ubsan.c Create Date:2022-07-27 08:21:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:val_to_string

函数原型:static void val_to_string(char *str, size_t size, struct type_descriptor *type, void *value)

返回类型:void

参数:

类型参数名称
char *str
size_tsize
struct type_descriptor *type
void *value
120  如果type_is_int(type)则
121  如果type_bit_width(type)恒等于128则
131  WARN_ON(1)
133  否则如果type_is_signed(type)则
136  否则
调用者
名称描述
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