Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\kexec_elf.c Create Date:2022-07-28 11:05:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kexec_elf_probe

Proto:int kexec_elf_probe(const char *buf, unsigned long len)

Type:int

Parameter:

TypeParameterName
const char *buf
unsigned longlen
371  ret = kexec_build_elf_info - read ELF executable and check that we can use it
372  If ret Then Return ret
375  kexec_free_elf_info - free memory allocated by elf_read_from_buffer
377  Return If elf_check_arch( & ehdr) Then 0 Else -ENOEXEC