Home
last modified time | relevance | path

Searched refs:elf_magic (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Daddnote.c112 unsigned char elf_magic[4] = { 0x7f, 'E', 'L', 'F' }; variable
140 if (memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) in main()