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:We need to explicitly zero any fractional pagesafter the data section (i.e. bss). This wouldcontain the junk from the file that should notbe in memory
Proto:static int padzero(unsigned long elf_bss)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | elf_bss |
130 | nbyte = ELF_PAGEOFFSET(elf_bss) |
131 | If nbyte Then |
132 | nbyte = ELF_MIN_ALIGN - nbyte |
136 | Return 0 |
Name | Describe |
---|---|
load_elf_interp | This is much more generalized than the library routine read function,so we keep this separate. Technically the library read functionis only provided so that we can read a.out libraries that havean ELF header |
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 |