Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/boot/
Daddnote.c49 #define E_HSIZE 52 /* size of ELF header */ macro
92 if (n < E_HSIZE || memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) in main()
105 if (ph < E_HSIZE || ps < PH_HSIZE || np < 1) in main()
/linux-2.4.37.9/arch/ppc/boot/utils/
Daddnote.c59 #define E_HSIZE 52 /* size of ELF header */ macro
101 if (n < E_HSIZE || memcmp(&buf[E_IDENT+EI_MAGIC], elf_magic, 4) != 0) in main()
114 if (ph < E_HSIZE || ps < PH_HSIZE || np < 1) in main()