Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c285 static bool elf_is_shdr_sane(const struct elf_shdr *shdr, size_t buf_len) in elf_is_shdr_sane() function
370 return elf_is_shdr_sane(shdr, len) ? 0 : -ENOEXEC; in elf_read_shdr()