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

  /src/usr.sbin/mdsetimage/
exec_ecoff.c 51 const struct ecoff_exechdr *exechdrp;
58 exechdrp = (const struct ecoff_exechdr *)&mappedfile[0];
71 const struct ecoff_exechdr *exechdrp;
75 exechdrp = (const struct ecoff_exechdr *)&mappedfile[0];
  /src/usr.bin/crunch/crunchide/
exec_ecoff.c 58 struct ecoff_exechdr eh;
  /src/sys/sys/
exec_ecoff.h 145 struct ecoff_exechdr { struct
150 #define ECOFF_HDR_SIZE (sizeof(struct ecoff_exechdr))
181 struct ecoff_exechdr *, struct vnode *);
183 struct ecoff_exechdr *, struct vnode *);
185 struct ecoff_exechdr *, struct vnode *);
  /src/sys/lib/libsa/
loadfile.h 76 int loadfile_coff(int, struct ecoff_exechdr *, u_long *, int);
loadfile.c 125 struct ecoff_exechdr coff;
loadfile_ecoff.c 54 loadfile_coff(int fd, struct ecoff_exechdr *coff, u_long *marks, int flags)
  /src/sys/kern/
exec_ecoff.c 98 struct ecoff_exechdr *execp = epp->ep_hdr;
152 struct ecoff_exechdr *execp, struct vnode *vp)
183 struct ecoff_exechdr *execp, struct vnode *vp)
223 struct ecoff_exechdr *execp, struct vnode *vp)
  /src/lib/libc/gen/
nlist_ecoff.c 68 const struct ecoff_exechdr *exechdrp;
  /src/usr.sbin/kvm_mkdb/
nlist_ecoff.c 84 struct ecoff_exechdr *exechdrp;
130 exechdrp = (struct ecoff_exechdr *)&mappedfile[0];
  /src/sys/arch/mips/mips/
cpu_exec.c 70 struct ecoff_exechdr *execp = (struct ecoff_exechdr *)epp->ep_hdr;
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 243 struct ecoff_exechdr *eh = (void *)p;
  /src/sys/arch/alpha/alpha/
machdep.c 1782 struct ecoff_exechdr *execp = (struct ecoff_exechdr *)epp->ep_hdr;
1797 struct ecoff_exechdr *execp = (struct ecoff_exechdr *)epp->ep_hdr;

Completed in 71 milliseconds