函数逻辑报告 |
Source Code:fs\binfmt_aout.c |
Create Date:2022-07-29 11:01:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:reate_aout_tables() parses the env- and arg-strings in new user* memory and creates the pointer tables from them, and puts their* addresses on the "stack", returning the new stack pointer value.
函数原型:static unsigned long __user *create_aout_tables(char __user *p, struct linux_binprm *bprm)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
char __user * | p | |
struct linux_binprm * | bprm |
86 | put_user - Write a simple value into user space((unsignedlong)envp, --sp) |
87 | put_user - Write a simple value into user space((unsignedlong)argv, --sp) |
94 | 循环 |
103 | 循环 |
109 | 返回:sp |
名称 | 描述 |
---|---|
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 插件可实现:逻辑报告 代码生成和批量转换代码 |