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_core

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

Type:bool

Parameter:

TypeParameterName
unsigned longaddr
const struct module *mod
545  Return The actual code + data. <= addr && addr < The actual code + data. + Total size.
Caller
NameDescribe
kprobes_module_callbackModule notifier call back, checking kprobes on the module
logfclogfc - Log a message to a filesystem context*@fc: The filesystem context to log to.*@fmt: The format of the buffer.