Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dkexec_elf_64.c287 bool size_ok; in elf_is_shdr_sane() local
296 size_ok = shdr->sh_entsize == sizeof(Elf_Sym); in elf_is_shdr_sane()
299 size_ok = shdr->sh_entsize == sizeof(Elf_Rela); in elf_is_shdr_sane()
302 size_ok = shdr->sh_entsize == sizeof(Elf_Dyn); in elf_is_shdr_sane()
305 size_ok = shdr->sh_entsize == sizeof(Elf_Rel); in elf_is_shdr_sane()
318 size_ok = true; in elf_is_shdr_sane()
322 if (!size_ok) { in elf_is_shdr_sane()