函数逻辑报告 |
Source Code:kernel\module.c |
Create Date:2022-07-27 12:00:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:s_module_text_address - is this address inside module code?*@addr: the address to check.* See is_module_address() if you simply want to see if the address is* anywhere in a module. See kernel_text_address() for testing if an
函数原型:bool is_module_text_address(unsigned long addr)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | addr |
4498 | 禁止抢占() |
4500 | 禁用抢占和中断() |
4502 | 返回:ret |
名称 | 描述 |
---|---|
func_ptr_is_kernel_text | 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 |
text_poke_early | xt_poke_early - Update instructions on a live kernel at boot time*@addr: address to modify*@opcode: source of the copy*@len: length to copy* When you use this code to patch more than one byte of an instruction |
kernel_text_address |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |