Function report |
Source Code:fs\binfmt_elf.c |
Create Date:2022-07-28 20:28:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:make_prot
Proto:static inline int make_prot(unsigned int p_flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | p_flags |
540 | prot = 0 |
542 | If p_flags & These constants define the permissions on sections in the programheader, p_flags. Then prot |= page can be read |
544 | If p_flags & PF_W Then prot |= page can be written |
546 | If p_flags & PF_X Then prot |= page can be executed |
548 | Return prot |
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 |