Function report |
Source Code:kernel\jump_label.c |
Create Date:2022-07-28 13:48:41 |
| Last Modify:2020-03-17 20:59:06 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:addr_conflict
Proto:static int addr_conflict(struct jump_entry *entry, void *start, void *end)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct jump_entry * | entry | |
| void * | start | |
| void * | end |
| 311 | If jump_entry_code(entry) <= end && jump_entry_code(entry) + JUMP_LABEL_NOP_SIZE > start Then Return 1 |
| 315 | Return 0 |
| Name | Describe |
|---|---|
| __jump_label_text_reserved |
| 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 |