Searched refs:EI_MAG0 (Results 1 – 3 of 3) sorted by relevance
35 #define EI_MAG0 0 /* file ID */ macro85 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \
54 if (strncmp((char *)&elf_hdr->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in pfe_load_elf()
235 if (memcmp(&ehdr32->e_ident[EI_MAG0], ELFMAG, SELFMAG)) { in main()
Completed in 8 milliseconds