Home | Sort by: relevance | last modified time | path |
/src/sys/arch/ews4800mips/stand/common/ | |
coffhdrfix.c | 48 Coff_Half f_nscns; member in struct:coff_filehdr 114 COFF_GET_HALF(file.f_nscns) * SCNHSZ + 7) & ~7; |
/src/sys/sys/ | |
exec_coff.h | 40 u_short f_nscns; /* # of sections */ member in struct:coff_filehdr 132 COFF_ROUND(COFF_HDR_SIZE + (fp)->f_nscns * \ |
exec_ecoff.h | 53 ecoff32_ushort f_nscns; /* # of sections */ member in struct:ecoff32_filehdr 97 ECOFF_ROUND(ECOFF32_HDR_SIZE + (ep)->f.f_nscns * \ 110 u_short f_nscns; /* # of sections */ member in struct:ecoff_filehdr 165 ECOFF_ROUND(ECOFF_HDR_SIZE + (ep)->f.f_nscns * \ |