Function report |
Source Code:arch\x86\kernel\process.c |
Create Date:2022-07-28 07:48:51 |
Last Modify:2020-03-16 17:03:44 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:arch_align_stack
Proto:unsigned long arch_align_stack(unsigned long sp)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | sp |
913 | If Not (personality & ADDR_NO_RANDOMIZE) && randomize_va_space Then sp -= get_random_int() % 8192 |
915 | Return sp & ~0xf |
Name | Describe |
---|---|
create_elf_tables | |
create_elf_fdpic_tables | present useful information to the program by shovelling it onto the new* process's stack |
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 |