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

/linux-4.1.27/arch/mips/boot/
H A Delf2ecoff.c273 struct filehdr efh; main() local
432 efh.f_magic = MIPSEBMAGIC; main()
434 efh.f_magic = MIPSELMAGIC; main()
439 efh.f_nscns = nosecs; main()
440 efh.f_timdat = 0; /* bogus */ main()
441 efh.f_symptr = 0; main()
442 efh.f_nsyms = 0; main()
443 efh.f_opthdr = sizeof eah; main()
444 efh.f_flags = 0x100f; /* Stripped, not sharable. */ main()
471 esecs[0].s_scnptr = N_TXTOFF(efh, eah); main()
472 esecs[1].s_scnptr = N_DATOFF(efh, eah); main()
512 convert_ecoff_filehdr(&efh); main()
514 i = write(outfile, &efh, sizeof efh); main()
515 if (i != sizeof efh) { main()
516 perror("efh: write"); main()
546 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; main()

Completed in 98 milliseconds