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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/boot/
H A Dmain.c32 char elfheader[256]; local
41 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));
43 if (!parse_elf64(elfheader, &ei) && !parse_elf32(elfheader, &ei))
47 platform_ops.image_hdr(elfheader);
78 gunzip_discard(&gzstate, ei.elfoffset - sizeof(elfheader));
H A Dprpmc2800.c521 char elfheader[256]; local
534 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));
536 if (!parse_elf32(elfheader, &ei))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/boot/
H A Dmain.c32 char elfheader[256]; local
41 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));
43 if (!parse_elf64(elfheader, &ei) && !parse_elf32(elfheader, &ei))
47 platform_ops.image_hdr(elfheader);
78 gunzip_discard(&gzstate, ei.elfoffset - sizeof(elfheader));
H A Dprpmc2800.c521 char elfheader[256]; local
534 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader));
536 if (!parse_elf32(elfheader, &ei))

Completed in 178 milliseconds