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:arch_check_elf() - check an ELF executable*@ehdr: The main ELF header*@has_interp: True if the ELF has an interpreter, else false.*@interp_ehdr: The interpreter's ELF header*@state: Architecture-specific state preserved throughout the process
Proto:static inline int arch_check_elf(struct elf64_hdr *ehdr, bool has_interp, struct elf64_hdr *interp_ehdr, struct arch_elf_state *state)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct elf64_hdr * | ehdr | |
bool | has_interp | |
struct elf64_hdr * | interp_ehdr | |
struct arch_elf_state * | state |
533 | 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 |