HomeSort by: relevance | last modified time | path
    Searched refs:f_opthdr (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 42 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
43 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
  /src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c 52 Coff_Half f_opthdr; member in struct:coff_filehdr
113 COFF_GET_HALF(file.f_opthdr) +
bootxx.c 57 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
58 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
  /src/sys/arch/macppc/stand/fixcoff/
fixcoff.c 64 char f_opthdr[2]; member in struct:filehdr
160 i = be16toh(*(uint16_t *)fh.f_opthdr);
  /src/sys/sys/
exec_ecoff.h 57 ecoff32_ushort f_opthdr; /* sizeof the optional header */ member in struct:ecoff32_filehdr
114 u_short f_opthdr; /* sizeof the optional header */ member in struct:ecoff_filehdr
exec_coff.h 44 u_short f_opthdr; /* size of optional header */ member in struct:coff_filehdr
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 319 ep.f.f_opthdr = sizeof ep.a;
336 ep.f.f_opthdr = bswap16(ep.f.f_opthdr);

Completed in 40 milliseconds