函数逻辑报告 |
Source Code:kernel\extable.c |
Create Date:2022-07-27 10:29:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:On some architectures (PPC64, IA64) function pointers* are actually only tokens to some data that then holds the* real function address. As a result, to find if a function* pointer is part of the kernel text, we need to do some
函数原型:int func_ptr_is_kernel_text(void *ptr)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | ptr |
170 | 如果core_kernel_text(addr)则返回:1 |
172 | 返回:is_module_text_address(addr) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |