HomeSort by: relevance | last modified time | path
    Searched refs:f_nscns (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 42 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
43 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
  /src/sys/sys/
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 * \
exec_coff.h 40 u_short f_nscns; /* # of sections */ member in struct:coff_filehdr
132 COFF_ROUND(COFF_HDR_SIZE + (fp)->f_nscns * \
  /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;
bootxx.c 57 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 7) & ~7) : \
58 ((FILHSZ +(f)->f_opthdr +(f)->f_nscns * SCNHSZ + 15) & ~15))
  /src/usr.sbin/mdsetimage/
exec_coff.c 81 (COFF_ROUND(COFF_HDR_SIZE + (fp)->f_nscns * \
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 289 for(i=0;i<filehdrp->f_nscns;i++){
302 for(i=0;i<filehdrp->f_nscns;i++){
  /src/sys/arch/mmeye/stand/bootcoff/
osloader.c 58 for (i = 0; i < fp->f_nscns; i++, pos += sizeof(struct coff_scnhdr)) {
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 315 ep.f.f_nscns = 6;
328 nsecs = ep.f.f_nscns;
332 ep.f.f_nscns = bswap16(ep.f.f_nscns);
544 ep->f.f_nscns = 6; /* XXX */
579 return (ep->f.f_nscns);
  /src/sys/arch/sh3/sh3/
coff_exec.c 227 for (i = 0; i < fp->f_nscns; i++, pos += sizeof(struct coff_scnhdr)) {

Completed in 17 milliseconds