Function report | 
Source Code:kernel\module.c | 
Create Date:2022-07-28 10:58:16 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:__symbol_get
Proto:void *__symbol_get(const char *symbol)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const char * | symbol | 
| 2247 | sym = Find an exported symbol and return it, along with, (optional) crc and* (optional) module which owns it. Needs preempt disabled or module_mutex. | 
| 2248 | If sym && We require a truly strong try_module_get(): 0 means success.* Otherwise an error is returned due to ongoing or failed* initialization etc. Then sym = NULL | 
| 2250 | preempt_enable() | 
| 2252 | Return sym ? kernel_symbol_value(sym) : NULL | 
| 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  |