Searched refs:size_ok (Results 1 – 1 of 1) sorted by relevance
287 bool size_ok; in elf_is_shdr_sane() local296 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()