Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:57:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Find a module section, or NULL. Fill in number of "objects" in section.
Proto:static void *section_objs(const struct load_info *info, const char *name, size_t object_size, unsigned int *num)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct load_info * | info | |
const char * | name | |
size_t | object_size | |
unsigned int * | num |
374 | num = sh_size / object_size |
375 | Return sh_addr |
Name | Describe |
---|---|
find_module_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 |