Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/boot/
H A Delf2ecoff.c275 struct filehdr efh; in main() local
434 efh.f_magic = MIPSEBMAGIC; in main()
436 efh.f_magic = MIPSELMAGIC; in main()
441 efh.f_nscns = nosecs; in main()
442 efh.f_timdat = 0; /* bogus */ in main()
443 efh.f_symptr = 0; in main()
444 efh.f_nsyms = 0; in main()
445 efh.f_opthdr = sizeof eah; in main()
446 efh.f_flags = 0x100f; /* Stripped, not sharable. */ in main()
473 esecs[0].s_scnptr = N_TXTOFF(efh, ea in main()
[all...]
/kernel/linux/linux-6.6/arch/mips/boot/
H A Delf2ecoff.c275 struct filehdr efh; in main() local
434 efh.f_magic = MIPSEBMAGIC; in main()
436 efh.f_magic = MIPSELMAGIC; in main()
441 efh.f_nscns = nosecs; in main()
442 efh.f_timdat = 0; /* bogus */ in main()
443 efh.f_symptr = 0; in main()
444 efh.f_nsyms = 0; in main()
445 efh.f_opthdr = sizeof eah; in main()
446 efh.f_flags = 0x100f; /* Stripped, not sharable. */ in main()
473 esecs[0].s_scnptr = N_TXTOFF(efh, ea in main()
[all...]

Completed in 2 milliseconds