Function report |
Source Code:fs\binfmt_elf_fdpic.c |
Create Date:2022-07-28 20:29:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:is_elf
Proto:static int is_elf(struct elf32_hdr *hdr, struct file *file)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct elf32_hdr * | hdr | |
struct file * | file |
110 | If Not elf_check_arch(hdr) Then Return 0 |
112 | If Not mmap Then Return 0 |
114 | Return 1 |
Name | Describe |
---|---|
load_elf_fdpic_binary | load an fdpic binary into various bits of memory |
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 |