Searched refs:efh (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/mips/boot/
H A Delf2ecoff.c273 struct filehdr efh; local
428 efh.f_magic = MIPSEBMAGIC;
430 efh.f_magic = MIPSELMAGIC;
435 efh.f_nscns = nosecs;
436 efh.f_timdat = 0; /* bogus */
437 efh.f_symptr = 0;
438 efh.f_nsyms = 0;
439 efh.f_opthdr = sizeof eah;
440 efh.f_flags = 0x100f; /* Stripped, not sharable. */
467 esecs[0].s_scnptr = N_TXTOFF(efh, ea
[all...]

Completed in 93 milliseconds