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