Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:57:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Find an exported symbol and return it, along with, (optional) crc and* (optional) module which owns it. Needs preempt disabled or module_mutex.
Proto:const struct kernel_symbol *find_symbol(const char *name, struct module **owner, const s32 **crc, bool gplok, bool warn)
Type:struct kernel_symbol
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name | |
struct module ** | owner | |
const s32 ** | crc | |
bool | gplok | |
bool | warn |
606 | Return NULL |
Name | Describe |
---|---|
resolve_symbol | Resolve a symbol for this module. I.e. if we find one, record usage. |
__symbol_get | |
verify_exported_symbols | Ensure that an exported symbol [global namespace] does not already exist* in the kernel or in some other module's exported symbol table.* You must hold the 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 |