Function report |
Source Code:kernel\jump_label.c |
Create Date:2022-07-28 13:48:42 |
| Last Modify:2020-03-17 20:59:06 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__jump_label_text_reserved
Proto:static int __jump_label_text_reserved(struct jump_entry *iter_start, struct jump_entry *iter_stop, void *start, void *end)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct jump_entry * | iter_start | |
| struct jump_entry * | iter_stop | |
| void * | start | |
| void * | end |
| 323 | iter = iter_start |
| 325 | If addr_conflict(iter, start, end) Then Return 1 |
| 327 | iter++ |
| 330 | Return 0 |
| Name | Describe |
|---|---|
| __jump_label_mod_text_reserved | |
| jump_label_text_reserved | jump_label_text_reserved - check if addr range is reserved*@start: start text addr*@end: end text addr* checks if the text addr located between @start and @end* overlaps with any of the jump label patch addresses |
| 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 |