Function report |
Source Code:lib\bug.c |
Create Date:2022-07-28 06:17:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:module_bug_finalize
Proto:void module_bug_finalize(const Elf32_Ehdr *hdr, const Elf32_Shdr *sechdrs, struct module *mod)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const Elf32_Ehdr * | hdr | |
const Elf32_Shdr * | sechdrs | |
struct module * | mod |
93 | lockdep_assert_held( & module_mutex) |
95 | bug_table = NULL |
96 | num_bugs = 0 |
99 | secstrings = hdr + sh_offset |
101 | If strcmp(secstrings + sh_name, "__bug_table") Then Continue |
105 | Break |
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 |