Home
last modified time | relevance | path

Searched refs:elf_is_ehdr_sane (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/kernel/
H A Dkexec_elf.c63 static bool elf_is_ehdr_sane(const struct elfhdr *ehdr, size_t buf_len) in elf_is_ehdr_sane() function
178 return elf_is_ehdr_sane(ehdr, len) ? 0 : -ENOEXEC; in elf_read_ehdr()