Searched refs:EI_CLASS (Results 1 – 4 of 4) sorted by relevance
20 if (ptr->e_ident[EI_CLASS] == 0 || ptr->e_ident[EI_CLASS] > 2) in elf_check()
119 #define EI_CLASS 4 /* File class byte index */ macro
30 #define EI_CLASS 4 macro
191 if (((Elf32_Ehdr *)buf)->e_ident[EI_CLASS] != ELFCLASS64) in process_load_elf_file()193 kdebug("((Elf32_Ehdr *)buf)->e_ident[EI_CLASS]=%d", ((Elf32_Ehdr *)buf)->e_ident[EI_CLASS]); in process_load_elf_file()