parse_elf32
int parse_elf32(void *hdr, struct elf_info *info);
if (!parse_elf64(elfheader, &ei) && !parse_elf32(elfheader, &ei))