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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Daddnote.c89 unsigned char elf_magic[4] = { 0x7f, 'E', 'L', 'F' }; variable
117 if (n < E_HSIZE || memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0)

Completed in 59 milliseconds