ELF_MAXSHNUM
if (eh->e_shnum > ELF_MAXSHNUM || eh->e_phnum > ELF_MAXPHNUM) {
if (hdr->e_shnum == 0 || hdr->e_shnum > ELF_MAXSHNUM ||