Function report |
Source Code:lib\test_stackinit.c |
Create Date:2022-07-28 06:36:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Static initialization: padding may be left uninitialized.
Proto:static __attribute__((__noinline__)) __attribute__((__section__(".init.text"))) __attribute__((__cold__)) int test_trailing_hole_static_all(void)
Type:int
Parameter:Nothing
266 | sum = 0 |
266 | Do |
266 | When 0 cycle |
266 | __builtin_memset( & zero, 0x00, size of zero ) |
266 | __builtin_memset(check_buf, 0x00, size of check_buf ) |
266 | If sum Then |
266 | printk("\0013"KBUILD_MODNAME": trailing_hole_static_all: leaf fill was not 0xFF!?\n", ) |
266 | Return 1 |
266 | __builtin_memset(check_buf, 0x00, size of check_buf ) |
266 | printk("\0013"KBUILD_MODNAME": trailing_hole_static_all: stack fill missed target!?\n", ) |
266 | printk("\0013"KBUILD_MODNAME": trailing_hole_static_all: fill %zu wide\n", fill_size) |
266 | printk("\0013"KBUILD_MODNAME": trailing_hole_static_all: target offset by %d\n", (int)((ssize_t)(uintptr_t)Location and size tracking to validate fill and test are colocated. - (ssize_t)(uintptr_t)Location and size tracking to validate fill and test are colocated. )) |
266 | Return 1 |
266 | If sum == 0 Then printk("\0016"KBUILD_MODNAME": trailing_hole_static_all ok\n", ) |
266 | Else printk("\0014"KBUILD_MODNAME": trailing_hole_static_all FAIL (uninit bytes: %d)\n", sum) |
266 | Return sum != 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |