Function report |
Source Code:lib\extable.c |
Create Date:2022-07-28 06:13:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Search one exception table for an entry corresponding to the* given instruction address, and return the address of the entry,* or NULL if none is found.* We use a binary search, and thus we assume that the table is* already sorted.
Proto:const struct exception_table_entry *search_extable(const struct exception_table_entry *base, const size_t num, unsigned long value)
Type:struct exception_table_entry
Parameter:
Type | Parameter | Name |
---|---|---|
const struct exception_table_entry * | base | |
const size_t | num | |
unsigned long | value |
120 | Return bsearch( & value, base, num, sizeof(structexception_table_entry), cmp_ex_search) |
Name | Describe |
---|---|
search_module_extables | Given an address, look for it in the module exception tables. |
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 |