Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:57:48 |
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 as soon as fn returns true, otherwise false.
Proto:bool each_symbol_section(bool (*fn)(const struct symsearch *arr, struct module *owner, void *data), void *data)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
bool (* | fn | |
void * | data |
449 | If each_symbol_in_section(arr, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(arr), NULL, fn, data) Then Return true |
476 | If state == MODULE_STATE_UNFORMED Then Continue |
479 | If each_symbol_in_section(arr, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(arr), mod, fn, data) Then Return true |
482 | Return false |
Name | Describe |
---|---|
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. |
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 |