Function report |
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 activity | Download SCCT | Chinese |
Name:ex_to_insn
Proto:static inline unsigned long ex_to_insn(const struct exception_table_entry *x)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
const struct exception_table_entry * | x |
Name | Describe |
---|---|
cmp_ex_sort | The exception table needs to be sorted so that the binary* search that we use to find entries in it works properly.* This is used both for the kernel exception table and for* the exception tables of modules that get loaded. |
trim_init_extable | If the exception table is sorted, any referring to the module init* will be at the beginning or the end. |
cmp_ex_search |
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 |