Function report |
Source Code:arch\x86\include\asm\thread_info.h |
Create Date:2022-07-28 05:35:14 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Walks up the stack frames to make sure that the specified object is* entirely contained by a single stack frame
Proto:static inline int arch_within_stack_frames(const void *const stack, const void *const stackend, const void *obj, unsigned long len)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const void *const | stack | |
| const void *const | stackend | |
| const void * | obj | |
| unsigned long | len |
| 218 | Return NOT_STACK |
| Name | Describe |
|---|---|
| check_stack_object | Checks if a given pointer and length is contained by the current* stack frame (if possible) |
| 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 |