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

  /src/sys/sys/
exec_coff.h 38 struct coff_filehdr { struct
115 struct coff_filehdr f;
124 (sizeof(struct coff_filehdr) + sizeof(struct coff_aouthdr))
147 struct coff_filehdr *,
150 struct coff_filehdr *,
153 struct coff_filehdr *,
  /src/sys/arch/hpc/stand/hpcboot/
load_coff.h 37 #define FILHSZ (sizeof(struct coff_filehdr))
48 struct coff_filehdr *_fh;
  /src/usr.bin/crunch/crunchide/
exec_coff.c 60 struct coff_filehdr fh;
  /src/sys/arch/ews4800mips/stand/common/
coffhdrfix.c 46 struct coff_filehdr { struct
77 #define FILHSZ sizeof(struct coff_filehdr)
84 struct coff_filehdr file;
  /src/sys/arch/sh3/sh3/
coff_exec.c 55 struct coff_filehdr *, struct coff_scnhdr *, int);
104 struct coff_filehdr *fp = epp->ep_hdr;
113 ap = (void *)((char *)epp->ep_hdr + sizeof(struct coff_filehdr));
145 struct coff_filehdr *fp, struct coff_aouthdr *ap)
184 exec_coff_prep_nmagic(struct lwp *l, struct exec_package *epp, struct coff_filehdr *fp, struct coff_aouthdr *ap)
220 coff_find_section(struct lwp *l, struct vnode *vp, struct coff_filehdr *fp,
262 struct coff_filehdr *fp, struct coff_aouthdr *ap)
410 struct coff_filehdr fh, *fhp = &fh;
425 siz = sizeof(struct coff_filehdr);
434 if (siz != sizeof(struct coff_filehdr)) {
    [all...]
  /src/sys/arch/mmeye/stand/bootcoff/
osloader.c 43 struct coff_filehdr FileHdr;
46 static int coff_find_section(FILE *, struct coff_filehdr *,
53 coff_find_section(FILE *fd, struct coff_filehdr *fp, struct coff_scnhdr *sh, int s_type)
  /src/lib/libc/gen/
nlist_coff.c 85 struct coff_filehdr *filehdrp;
122 if (mappedsize < sizeof (struct coff_filehdr))
  /src/usr.sbin/kvm_mkdb/
nlist_coff.c 84 struct coff_filehdr *filehdrp;
133 filehdrp = (struct coff_filehdr *)&mappedfile[0];
144 &mappedfile[sizeof(struct coff_filehdr)];

Completed in 14 milliseconds