Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\extable.c Create Date:2022-07-28 06:13:56
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:If the exception table is sorted, any referring to the module init* will be at the beginning or the end.

Proto:void trim_init_extable(struct module *m)

Type:void

Parameter:

TypeParameterName
struct module *m
79  When Exception table && within_module_init(ex_to_insn( & extable[0]), m) cycle
81  extable++
82  Exception table --
85  When Exception table && within_module_init(ex_to_insn( & extable[ Exception table - 1]), m) cycle
88  Exception table --