函数逻辑报告 |
Source Code:arch\x86\kernel\process.c |
Create Date:2022-07-27 08:48:52 |
Last Modify:2020-03-16 17:03:44 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:arch_align_stack
函数原型:unsigned long arch_align_stack(unsigned long sp)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | sp |
913 | 如果非personality按位与ADDR_NO_RANDOMIZE的值且randomize_va_space则sp减等于get_random_int()取模8192 |
915 | 返回:sp按位与0xf的反 |
名称 | 描述 |
---|---|
create_elf_tables | |
create_elf_fdpic_tables | present useful information to the program by shovelling it onto the new* process's stack |
setup_arg_pages | Finalizes the stack vm_area_struct. The flags and permissions are updated,* the stack is optionally relocated, and some extra space is added. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |