函数逻辑报告 |
Source Code:mm\usercopy.c |
Create Date:2022-07-27 18:11:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns true if any portion of [ptr,ptr+n) over laps with [low,high).
函数原型:static bool overlaps(const unsigned long ptr, unsigned long n, unsigned long low, unsigned long high)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const unsigned long | ptr | |
unsigned long | n | |
unsigned long | low | |
unsigned long | high |
107 | check_high等于check_low加n |
110 | 如果check_low大于等于high或check_high小于等于low则返回:false |
113 | 返回:true |
名称 | 描述 |
---|---|
check_kernel_text_object | Is this address range in the kernel text area? |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |