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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/utils/
H A Daddnote.c52 #define E_HSIZE 52 /* size of ELF header */ macro
94 if (n < E_HSIZE || memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0)
107 if (ph < E_HSIZE || ps < PH_HSIZE || np < 1)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Daddnote.c48 #define E_HSIZE 52 /* size of ELF header */ macro
91 if (n < E_HSIZE || memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0)
104 if (ph < E_HSIZE || ps < PH_HSIZE || np < 1)

Completed in 46 milliseconds