HomeSort by: relevance | last modified time | path
    Searched defs:FILHSZ (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 37 #define FILHSZ (sizeof(struct coff_filehdr))
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/
bootxx.c 53 #define FILHSZ (sizeof(struct ecoff_filehdr))
57 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
58 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
coffhdrfix.c 77 #define FILHSZ sizeof(struct coff_filehdr)
112 fileoff = (FILHSZ +

Completed in 12 milliseconds