函数逻辑报告 |
Source Code:kernel\module.c |
Create Date:2022-07-27 11:58:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Returns true as soon as fn returns true, otherwise false.
函数原型:bool each_symbol_section(bool (*fn)(const struct symsearch *arr, struct module *owner, void *data), void *data)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
bool (* | fn | |
void * | data |
449 | 如果each_symbol_in_section(arr, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(arr), NULL, fn, data)则返回:true |
476 | 如果state恒等于MODULE_STATE_UNFORMED则继续下一循环 |
479 | 如果each_symbol_in_section(arr, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(arr), mod, fn, data)则返回:true |
482 | 返回:false |
名称 | 描述 |
---|---|
find_symbol | Find an exported symbol and return it, along with, (optional) crc and* (optional) module which owns it. Needs preempt disabled or module_mutex. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |