Function report |
Source Code:mm\usercopy.c |
Create Date:2022-07-28 16:35:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Returns true if any portion of [ptr,ptr+n) over laps with [low,high).
Proto:static bool overlaps(const unsigned long ptr, unsigned long n, unsigned long low, unsigned long high)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const unsigned long | ptr | |
unsigned long | n | |
unsigned long | low | |
unsigned long | high |
107 | check_high = check_low + n |
110 | If check_low >= high || check_high <= low Then Return false |
113 | Return true |
Name | Describe |
---|---|
check_kernel_text_object | Is this address range in the kernel text area? |
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 |