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

1 2

  /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 +
  /src/external/gpl3/binutils/dist/include/coff/
external.h 26 #define FILHSZ 20
alpha.h 48 #define FILHSZ 24
rs6000.h 43 #define FILHSZ 20
rs6k64.h 38 #define FILHSZ 24
ti.h 127 #define FILHSZ 22
pe.h 246 #undef FILHSZ
247 #define FILHSZ 152
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 38 #define FILHSZ 20
alpha.h 48 #define FILHSZ 24
rs6000.h 43 #define FILHSZ 20
rs6k64.h 38 #define FILHSZ 24
ti.h 127 #define FILHSZ 22
pe.h 246 #undef FILHSZ
247 #define FILHSZ 152
  /src/external/gpl3/gdb/dist/include/coff/
external.h 38 #define FILHSZ 20
alpha.h 48 #define FILHSZ 24
rs6000.h 43 #define FILHSZ 20
rs6k64.h 38 #define FILHSZ 24
ti.h 127 #define FILHSZ 22
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 38 #define FILHSZ 20
alpha.h 48 #define FILHSZ 24
rs6000.h 43 #define FILHSZ 20
rs6k64.h 38 #define FILHSZ 24
ti.h 127 #define FILHSZ 22

Completed in 41 milliseconds

1 2