Searched refs:is64l (Results 1 – 1 of 1) sorted by relevance
359 bool is64l; in load_elf_hdr() local383 is64l = e_ident[EI_CLASS] == ELFCLASS64; in load_elf_hdr()384 hdr_size = is64l ? sizeof(Elf64_Ehdr) : sizeof(Elf32_Ehdr); in load_elf_hdr()386 *is64 = is64l; in load_elf_hdr()