Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\module.h Create Date:2022-07-28 05:48:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:within_module_init

Proto:static inline bool within_module_init(unsigned long addr, const struct module *mod)

Type:bool

Parameter:

TypeParameterName
unsigned longaddr
const struct module *mod
552  Return The actual code + data. <= addr && addr < The actual code + data. + Total size.
Caller
NameDescribe
trim_init_extableIf the exception table is sorted, any referring to the module init* will be at the beginning or the end.
check_kprobe_address_safe
kprobes_module_callbackModule notifier call back, checking kprobes on the module
jump_label_add_module