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

  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 38 #define SCNHSZ (sizeof(struct coff_scnhdr))
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 54 #define SCNHSZ (sizeof(struct ecoff_scnhdr))
57 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
58 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
coffhdrfix.c 78 #define SCNHSZ 40
114 COFF_GET_HALF(file.f_nscns) * SCNHSZ + 7) & ~7;

Completed in 12 milliseconds