Function report |
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 activity | Download SCCT | Chinese |
Name:within_module_init
Proto:static inline bool within_module_init(unsigned long addr, const struct module *mod)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | addr | |
const struct module * | mod |
552 | Return The actual code + data. <= addr && addr < The actual code + data. + Total size. |
Name | Describe |
---|---|
trim_init_extable | If 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_callback | Module notifier call back, checking kprobes on the module |
jump_label_add_module |
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 |