Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct elf64_hdr *ehdr
boolhas_interp
struct elf64_hdr *interp_ehdr
struct arch_elf_state *state
533  Return 0
Caller
NameDescribe
load_elf_binary