Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:59:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:complete_formation
Proto:static int complete_formation(struct module *mod, struct load_info *info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct module * | mod | |
struct load_info * | info |
3728 | err = 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. |
3733 | module_bug_finalize(hdr, sechdrs, mod) |
3735 | module_enable_ro(mod, false) |
3736 | module_enable_nx(mod) |
3737 | module_enable_x(mod) |
3744 | Return 0 |
3746 | out : |
3748 | Return err |
Name | Describe |
---|---|
load_module | Allocate and load the module: note that size of section 0 is alwayszero, and we rely on this for optional sections. |
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 |