Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/
Dkexec_elf.c185 static bool elf_is_phdr_sane(const struct elf_phdr *phdr, size_t buf_len) in elf_is_phdr_sane() function
242 return elf_is_phdr_sane(phdr, len) ? 0 : -ENOEXEC; in elf_read_phdr()