函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Runtime initialization: padding may be left uninitialized.

函数原型:static __attribute__((__noinline__)) __attribute__((__section__(".init.text"))) __attribute__((__cold__)) int leaf_trailing_hole_runtime_partial(unsigned long sp, bool fill, struct test_trailing_hole *arg)

返回类型:int

参数:

类型参数名称
unsigned longsp
boolfill
struct test_trailing_hole *arg
271  two等于0
271  Location and size tracking to validate fill and test are colocated. 等于var
271  target_size等于var的长度
271  __builtin_memset(buf, (char)(sp & 0xff), buf的长度)
271  如果fill
271  Location and size tracking to validate fill and test are colocated. 等于var
271  fill_size等于var的长度
271  __builtin_memset(Location and size tracking to validate fill and test are colocated. , (char)((sp & 0xff) | Volatile mask to convince compiler to copy memory with 0xff. ), fill_size)
271  Runtime initialization: padding may be left uninitialized.
271  gcc 内建函数 需要声明
271  返回:buf[0]按位或buf[buf的长度 - 1]
调用者
名称描述
test_trailing_hole_runtime_partialRuntime initialization: padding may be left uninitialized.