Function report |
Source Code:fs\binfmt_elf.c |
Create Date:2022-07-28 20:28:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_brk
Proto:static int set_brk(unsigned long start, unsigned long end, int prot)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | start | |
unsigned long | end | |
int | prot |
104 | start = ELF_PAGEALIGN(start) |
105 | end = ELF_PAGEALIGN(end) |
112 | error = vm_brk_flags(start, end - start, prot & page can be executed ? VM_EXEC : 0) |
118 | Return 0 |
Name | Describe |
---|---|
load_elf_binary |
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 |