Function report |
Source Code:fs\binfmt_aout.c |
Create Date:2022-07-28 20:27:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:static unsigned long __user *create_aout_tables(char __user *p, struct linux_binprm *bprm)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
char __user * | p | |
struct linux_binprm * | bprm |
86 | Write a simple value into user space((unsignedlong)envp, --sp) |
87 | Write a simple value into user space((unsignedlong)argv, --sp) |
94 | Do |
103 | Do |
104 | Get a simple variable from user space(c, p++) |
109 | Return sp |
Name | Describe |
---|---|
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. |
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 |