函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\bug.c Create Date:2022-07-27 07:15:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:module_bug_finalize

函数原型:void module_bug_finalize(const Elf32_Ehdr *hdr, const Elf32_Shdr *sechdrs, struct module *mod)

返回类型:void

参数:

类型参数名称
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等于hdrsh_offset
100 i小于e_shnum循环
101  如果strcmp(secstrings + sh_name, "__bug_table")则继续下一循环
103  bug_table等于sh_addr
104  num_bugs等于sh_sizesizeof(structbug_entry)
105  退出
115  添加RCU保护项