函数逻辑报告 |
Source Code:arch\x86\kernel\process_32.c |
Create Date:2022-07-27 08:29:05 |
Last Modify:2022-05-18 16:43:57 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:start_thread
函数原型:void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pt_regs * | regs | |
unsigned long | new_ip | |
unsigned long | new_sp |
118 | set_user_gs(regs, 0) |
119 | fs等于0 |
126 | flags等于X86_EFLAGS_IF |
名称 | 描述 |
---|---|
load_elf_binary | |
load_elf_fdpic_binary | load an fdpic binary into various bits of memory |
load_flat_binary | These are the functions used to load flat style executables and shared* libraries. There is no binary dependent code anywhere else. |
load_aout_binary | These are the functions used to load a.out style executables and shared* libraries. There is no binary dependent code anywhere else. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |