Function report |
Source Code:kernel\module.c |
Create Date:2022-07-28 10:59:33 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Given an address, look for it in the module exception tables.
Proto:const struct exception_table_entry *search_module_extables(unsigned long addr)
Type:struct exception_table_entry
Parameter:
| Type | Parameter | Name |
|---|---|---|
| unsigned long | addr |
| 4418 | const struct exception_table_entry * e = NULL |
| 4422 | mod = __module_address - get the module which contains an address.*@addr: the address.* Must be called with preempt disabled or module mutex held so that* module doesn't get freed during this. |
| 4426 | If Not Exception table Then Go to out |
| 4432 | out : |
| 4433 | preempt_enable() |
| 4439 | Return e |
| 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 |