HomeSort by: relevance | last modified time | path
    Searched defs:SCNHSZ (Results 1 - 23 of 23) 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;
  /src/external/gpl3/binutils/dist/include/coff/
external.h 77 #define SCNHSZ 40
alpha.h 92 #define SCNHSZ 64
rs6000.h 103 #define SCNHSZ 40
rs6k64.h 100 #define SCNHSZ 72
ti.h 217 #define SCNHSZ 48
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 93 #define SCNHSZ 40
alpha.h 92 #define SCNHSZ 64
rs6000.h 103 #define SCNHSZ 40
rs6k64.h 100 #define SCNHSZ 72
ti.h 217 #define SCNHSZ 48
  /src/external/gpl3/gdb/dist/include/coff/
external.h 93 #define SCNHSZ 40
alpha.h 92 #define SCNHSZ 64
rs6000.h 103 #define SCNHSZ 40
rs6k64.h 100 #define SCNHSZ 72
ti.h 217 #define SCNHSZ 48
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 93 #define SCNHSZ 40
alpha.h 92 #define SCNHSZ 64
rs6000.h 103 #define SCNHSZ 40
rs6k64.h 100 #define SCNHSZ 72
ti.h 217 #define SCNHSZ 48

Completed in 143 milliseconds