Function report |
Source Code:kernel\jump_label.c |
Create Date:2022-07-28 13:49:11 |
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 - 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
Proto:int jump_label_text_reserved(void *start, void *end)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | start | |
void * | end |
782 | ret = __jump_label_mod_text_reserved(start, end) |
784 | Return ret |
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 |