Searched refs:IS_ELF (Results 1 – 3 of 3) sorted by relevance
235 if (!IS_ELF(*ehdr)) { in valid_elf_image()
67 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS32) {123 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS64) {
85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ macro
Completed in 7 milliseconds