Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:scripts\dtc\libfdt\fdt.c Create Date:2022-07-28 06:18:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:check_block_

Proto:static int check_block_(uint32_t hdrsize, uint32_t totalsize, uint32_t base, uint32_t size)

Type:int

Parameter:

TypeParameterName
uint32_thdrsize
uint32_ttotalsize
uint32_tbase
uint32_tsize
45  If Not check_off_(hdrsize, totalsize, base) Then Return 0
47  If base + size < base Then Return 0
49  If Not check_off_(hdrsize, totalsize, base + size) Then Return 0
51  Return 1