Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:57:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:each_symbol_in_section
Proto:static bool each_symbol_in_section(const struct symsearch *arr, unsigned int arrsize, struct module *owner, bool (*fn)(const struct symsearch *syms, struct module *owner, void *data), void *data)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct symsearch * | arr | |
unsigned int | arrsize | |
struct module * | owner | |
bool (* | fn | |
void * | data |
418 | Return false |
Name | Describe |
---|---|
each_symbol_section | Returns true as soon as fn returns true, otherwise false. |
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 |