函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_overflow.c Create Date:2022-07-27 07:28:00
Last Modify:2022-05-18 10:03:51 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_test_s8

函数原型:static int __attribute__((__section__(".init.text"))) __attribute__((__cold__))do_test_s8(const struct test_s8 *p)

返回类型:int

参数:

类型参数名称
const struct test_s8 *p
264  err等于0
264  循环
264  _of = ({
264  __a等于a
264  __b等于b
264  __d等于_r
264  __a恒等于__b
264  __a恒等于__d
264  })
264  如果_of不等于s_of
264  printk("\0014"KBUILD_MODNAME": expected %d + %d to%s overflow (type %s)\n", a, b, s_of ? "" : " not", "s8")
264  err等于1
264  如果_r不等于sum
264  printk("\0014"KBUILD_MODNAME": expected %d + %d == %d, got %d (type %s)\n", a, b, sum, _r, "s8")
264  err等于1
264  当0循环
264  循环
264  _of = ({
264  __a等于b
264  __b等于a
264  __d等于_r
264  __a恒等于__b
264  __a恒等于__d
264  })
264  如果_of不等于s_of
264  printk("\0014"KBUILD_MODNAME": expected %d + %d to%s overflow (type %s)\n", b, a, s_of ? "" : " not", "s8")
264  err等于1
264  如果_r不等于sum
264  printk("\0014"KBUILD_MODNAME": expected %d + %d == %d, got %d (type %s)\n", b, a, sum, _r, "s8")
264  err等于1
264  当0循环
264  循环
264  _of = ({
264  __a等于a
264  __b等于b
264  __d等于_r
264  __a恒等于__b
264  __a恒等于__d
264  })
264  如果_of不等于d_of
264  printk("\0014"KBUILD_MODNAME": expected %d - %d to%s overflow (type %s)\n", a, b, d_of ? "" : " not", "s8")
264  err等于1
264  如果_r不等于diff
264  printk("\0014"KBUILD_MODNAME": expected %d - %d == %d, got %d (type %s)\n", a, b, diff, _r, "s8")
264  err等于1
264  当0循环
264  循环
264  _of = ({
264  __a等于a
264  __b等于b
264  __d等于_r
264  __a恒等于__b
264  __a恒等于__d
264  })
264  如果_of不等于p_of
264  printk("\0014"KBUILD_MODNAME": expected %d * %d to%s overflow (type %s)\n", a, b, p_of ? "" : " not", "s8")
264  err等于1
264  如果_r不等于prod
264  printk("\0014"KBUILD_MODNAME": expected %d * %d == %d, got %d (type %s)\n", a, b, prod, _r, "s8")
264  err等于1
264  当0循环
264  循环
264  _of = ({
264  __a等于b
264  __b等于a
264  __d等于_r
264  __a恒等于__b
264  __a恒等于__d
264  })
264  如果_of不等于p_of
264  printk("\0014"KBUILD_MODNAME": expected %d * %d to%s overflow (type %s)\n", b, a, p_of ? "" : " not", "s8")
264  err等于1
264  如果_r不等于prod
264  printk("\0014"KBUILD_MODNAME": expected %d * %d == %d, got %d (type %s)\n", b, a, prod, _r, "s8")
264  err等于1
264  当0循环
264  返回:err
调用者
名称描述
test_s8_overflow